commit | 989694803579689d2b27879e2a59dfc2b128e4c1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jun 12 23:23:26 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jun 12 23:23:26 2024 +0000 |
tree | ab79e978511c898db8abd49f1d02841108ea98d2 | |
parent | 4ae2200ee359bb50c094d373cca752039add7fba [diff] | |
parent | acdeb4f1b74884e55ee8b8f08fc1bd538690fa9c [diff] |
Snap for 11959661 from acdeb4f1b74884e55ee8b8f08fc1bd538690fa9c to 24Q3-release Change-Id: Ic79f89532d03a8f33d877eed059beff75bfe7a74
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.