commit | adc570a3f3c6b8fba8ec629dc4e95a38fd559550 | [log] [tgz] |
---|---|---|
author | Hassan Ali <hsnali@google.com> | Tue Jun 28 14:46:29 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 28 14:46:29 2022 +0000 |
tree | d194db0bf7bd11f11dbd38398486b04420aa04bd | |
parent | 4270edc8ea825ccef3708753fdff66fc2dcdb316 [diff] | |
parent | 585db4003eb418f02ac746931e8a5b0f9ca9c4f2 [diff] |
Merge "Set libmodules utils build min sdk version to 29" am: 585db4003e Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2133795 Change-Id: Ibd19167ca69170604a53eeb619be5246136f415b 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.