commit | 2c01cda2944d2fb6595d9a8442abff0eab88d562 | [log] [tgz] |
---|---|---|
author | Santiago Seifert <aquilescanta@google.com> | Wed Jun 22 15:43:02 2022 +0000 |
committer | Santiago Seifert <aquilescanta@google.com> | Wed Jun 22 15:43:02 2022 +0000 |
tree | 94a6371b3df4d00c605b093f7d37a6e57bec05b5 | |
parent | 7aa6c64fc46a1a8aef6128ce13699d17c9e145f0 [diff] |
Add exoplayer-media_apex to allowed_deps Ignore-AOSP-First: Dependencies only in internal branches. AOSP out of date. No-Allowed-Deps-Check: No new dependencies being added, just renamed. Bug: 213598310 Test: m Change-Id: Ia6f84b06bf1cc93d9232d060d951dd7d55a51aeb
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.