commit | 43dab10d5e47d2d2365b8453632a5e6bf553ab5a | [log] [tgz] |
---|---|---|
author | Santiago Seifert <aquilescanta@google.com> | Thu Mar 31 10:46:03 2022 +0000 |
committer | Santiago Seifert <aquilescanta@google.com> | Wed Apr 06 12:42:05 2022 +0000 |
tree | 8a28459cbcf7b367dadb3ed40552db2e130ed7e1 | |
parent | a0077034720d4b1aff4a7f6461ebbb5c85d4ad71 [diff] |
Update media provider's exoplayer version Ignore-AOSP-First: Dependencies only in internal branches. No-Allowed-Deps-Check: No new dependencies being added, just split and existing one into two. Bug: 223572414 Test: atest CtsPhotoPickerTest MediaProviderTests Change-Id: Id2daa46ebc19cf3ddbe8ff001e3270417a68b8f0 Merged-In: Id2daa46ebc19cf3ddbe8ff001e3270417a68b8f0
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
This project uses a single source path for java code. All java code should go in the java
directory with subdirectories corresponding to the java package. Android.bp
files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests
directory and follow the same structure.