commit | 51bc067251dce72a7a8f8324ac1d5d5a85276637 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Feb 29 00:22:07 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Feb 29 00:22:07 2024 +0000 |
tree | be8a4d208b0c9ec3fedcb6355514bc11af0f7bb1 | |
parent | a2d434b5b0f2842d0e32f227babfdf6fcb75b1d8 [diff] | |
parent | 1fc1e0c1703fdb3833e4b66cc43b9963abc25ccc [diff] |
Snap for 11510485 from 1fc1e0c1703fdb3833e4b66cc43b9963abc25ccc to 24Q2-release Change-Id: I0d0993f587882296bdfb1608edd8adc1e695b359
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.