commit | 5f422239a820a9e93f9ba0ee3a071e7b5f02f602 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Thu Oct 26 18:14:51 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 26 18:14:51 2023 +0000 |
tree | 268aba1edd5bd2babaff60309562744353688d2f | |
parent | d38c4126bb101f8c7ef728bdc2b1c0852fd408fc [diff] | |
parent | 1c2c7d55bb53599632d0eb66a239c22297483cc2 [diff] |
Apex-Size-Increase: ~100KB for internal app. am: 19f4e56db6 am: 21ec663460 am: 1c2c7d55bb Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2802614 Change-Id: Ic572678a4d69c2603dbf1e1e92d597f822a8a644 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.