Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry pick PR #3988: [android] Move files in dev/cobalt/media to .../coat #4003

Merged
merged 2 commits into from
Aug 17, 2024

Commits on Aug 15, 2024

  1. [android] Move files in dev/cobalt/media to .../coat (#3988)

    Move platform related source code (e.g. CaptionSettings.java,
    CobaltMediaSession.java) from dev/cobalt/media to dev/cobalt/coat. There
    are no functional changes otherwise.
    
    Some features are mostly used during video playback, like the
    MediaSession where the playback control and status is displayed during
    playback, are really platform features.
    
    Their implementations were placed in the media/ folder due to legacy
    reasons. This PR move them back to the coat folder, where other platform
    implementations stay.
    
    b/345542000
    
    (cherry picked from commit 2a9a01c)
    xiaomings authored and anonymous1-me committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3d8f260 View commit details
    Browse the repository at this point in the history
  2. Update apk_sources.gni

    xiaomings committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    748ab9c View commit details
    Browse the repository at this point in the history