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