commit | 4ae2200ee359bb50c094d373cca752039add7fba | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jun 10 23:23:20 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jun 10 23:23:20 2024 +0000 |
tree | a7f2674b49cf9d1f3f310779020f047488646451 | |
parent | 1646e0e9ee2281e1537c14a46d68ff30c1cb257a [diff] | |
parent | ddbac12b23f0fcad705b5ee09d5073080b376ed9 [diff] |
Snap for 11949167 from ddbac12b23f0fcad705b5ee09d5073080b376ed9 to 24Q3-release Change-Id: Id04d26b001ded612bbe278fa1c0f2f1053a7a6b1
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.