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