commit | 9849a164f94214cf976031116b3914f8682076a2 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jul 13 23:20:18 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jul 13 23:20:18 2023 +0000 |
tree | 6b58f0655b15e8c89331cb5455b1fa6ce33aef96 | |
parent | 72aee720e3dd31ba75cc2f3f5e14084168fd4635 [diff] | |
parent | 03a435ab854178f7d72d94b0c495d107767470f7 [diff] |
Snap for 10492621 from 03a435ab854178f7d72d94b0c495d107767470f7 to udc-qpr1-release Change-Id: I83d742a8e902625e53462a589dd7481ffeb4fe6c
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.