commit | 962a4337deb00d72847413812c5b57821fccbf63 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Oct 26 01:53:42 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Oct 26 01:53:42 2023 +0000 |
tree | 3cad8e1070116ccd24e50b3937d7b19ab46ce94f | |
parent | 737c95a7b38271dda49415192c2eb021cab193f0 [diff] | |
parent | e96f4b8affdb9a11501d4257636a069df4829a58 [diff] |
Snap for 11005173 from e96f4b8affdb9a11501d4257636a069df4829a58 to 24Q1-release Change-Id: Ie593ee61e61f064e47f26320d9f29042b32d5120
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.