commit | a2d434b5b0f2842d0e32f227babfdf6fcb75b1d8 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Feb 24 02:21:27 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Feb 24 02:21:27 2024 +0000 |
tree | da5c85349d340e40bdcd28245c072c82c42c43e8 | |
parent | 31a7795773afc9fdc5323e15daa562c07b77a5a4 [diff] | |
parent | e2442b848b19efb002e32c35c241ad0a1b69cdc1 [diff] |
Snap for 11491255 from e2442b848b19efb002e32c35c241ad0a1b69cdc1 to 24Q2-release Change-Id: I2f3317bee8ce26a0f71272942ecf552411d0f636
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.