commit | 3568977542d3ae922a30de3a4a3d79285a7b813b | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Thu Dec 22 16:20:07 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 22 16:20:07 2022 +0000 |
tree | 08ec91aebd98c6ddc8e92d43c6e88a1483e62da1 | |
parent | 2b8424d7818eeb7d710eb79dd440919b1596f814 [diff] | |
parent | 293b5dcf1539a5317c65cde75d512fe49c35b12d [diff] |
Merge "DO NOT MERGE: Add condition module for cc library min_sdk_version" am: 3adb0fbad7 am: 293b5dcf15 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2365149 Change-Id: I3721063346142759056c95f867a8d18ddc3ae50c 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.