commit | 095a94fa129c9e6bfd34bc86c01fade4d10161bc | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Wed Jan 25 13:21:14 2023 +0000 |
committer | Andrei Onea <andreionea@google.com> | Wed Jan 25 13:21:14 2023 +0000 |
tree | effb3439272fb529061e604c21a837c4d8951640 | |
parent | 41583d7712f936c70d0f0128f79b17ee7f2e4f40 [diff] |
Update allowed_deps The changes are a consequence of bumping up min_sdk for all mainline modules. Test: m Bug: 254749391 Change-Id: If5d64a720962cda159e72495697ca757255ad8ff
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.