commit | 2ba090e19ca35c18a3edfdf8e3ce61d5016f9742 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 09 21:56:57 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 09 21:56:57 2021 +0000 |
tree | e986d3af7d969ea0ad1a0f6d1b5eda8b5bf1e27c | |
parent | f9d7bc9473ad73fe6237a71f7c7c3d35a083dfe3 [diff] | |
parent | 26849ce17ecef0851b7d3d40ad69e3d681efa6d5 [diff] |
Merge "Update apex allowed list" into sc-dev-plus-aosp am: 26849ce17e Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15689393 Change-Id: Ie1dad7c9d7fee29592569accdadc93878e2720ef
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.