commit | e6a55f870e89da21bb47c4ef7e3a88ae5a4a4997 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri May 12 03:27:43 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri May 12 03:27:43 2023 +0000 |
tree | acea32475f5196d7929a86b484aaa40885744133 | |
parent | 995be875887164587a32e8622f8603a13bc0b5a8 [diff] | |
parent | 0e3d2f522c8e0c80749fb2c71201391c05010b3e [diff] |
Snap for 10120310 from 0e3d2f522c8e0c80749fb2c71201391c05010b3e to udc-qpr1-release Change-Id: I8ec95425ff0c9ef3ab0096e6abd244d860db4e35
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.