commit | 910fc4b0a7282c6fcdfd4fc971149e7f685b361c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Sep 24 17:55:38 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Sep 24 17:55:38 2024 +0000 |
tree | 927661e80b918028bd3d696bdcd2fa9c3bbd1328 | |
parent | cad0adfc4af02b5db91290b26a25519c4baf5143 [diff] | |
parent | 8b70c5ed2f2371a5361ff1c3df9eacbb290140ee [diff] |
Snap for 12406339 from 8b70c5ed2f2371a5361ff1c3df9eacbb290140ee to 24Q4-release Change-Id: I341247af9741f563708dccf9b69814989a227069
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.