commit | b3101225c732a0c9aaf784eec7570afcff8f1a4d | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri Jan 06 22:24:21 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 06 22:24:21 2023 +0000 |
tree | d348941b2fbbe302f6465a85f309604a19a4fcbc | |
parent | dac2c2c438e17eb243a9aff803c46669ad52587a [diff] | |
parent | a37b0eac59a1a3484ab3c026a6131c7a8e9cac51 [diff] |
Merge "Enforce min_sdk_version for mts dependencies" am: a37b0eac59 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2377413 Change-Id: I45c2b80d53e98ae79869ea6b693126fbd9210662 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.