commit | 91b876b3a46f86ef266b79ffd75db70a2b99fadc | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jun 13 23:22:49 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jun 13 23:22:49 2024 +0000 |
tree | e0ff42ce77c4ba107bc06af35675db46f8457ecc | |
parent | 989694803579689d2b27879e2a59dfc2b128e4c1 [diff] | |
parent | 09cb5a00af6c93e0d8c49072d27db8763420d868 [diff] |
Snap for 11967491 from 09cb5a00af6c93e0d8c49072d27db8763420d868 to 24Q3-release Change-Id: Ic6751b95a7050559f7744cbe7162da63ed5da379
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.