commit | 5c7485b4ec769020a594bb9d5baf21ffbf11d5e8 | [log] [tgz] |
---|---|---|
author | Victor Truong <truongvi@google.com> | Fri Jun 16 22:09:07 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 16 22:09:07 2023 +0000 |
tree | 85c40c1444b5131e69a2d7bf0a960423e9d1b8eb | |
parent | d4f3837a87658032d2c4bc35cc3eab11807a76b6 [diff] | |
parent | 2944344c25d51b2d569c9e4bd0a5a39fa1ed316a [diff] |
Revert "Create a common base apex_defaults" am: 2944344c25 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23727287 Change-Id: I42424eeb163d74df4c5dbca7ab2648af6236efce 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.