commit | 3e1282777237408f26d124c5e043691977c4bedc | [log] [tgz] |
---|---|---|
author | Bill Chang <billdir@google.com> | Sat Jun 17 18:41:50 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 17 18:41:50 2023 +0000 |
tree | 0367a6053c642d039acf29754706d83e5d5f8c0f | |
parent | 3992533818249356631de20f7814105364fd3546 [diff] | |
parent | 4e94ab8c7836654d8b8cb2a55733648427c5aa42 [diff] |
Revert^2 "Create a common base apex_defaults" am: 11aa67bd0a am: 4e94ab8c78 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23737984 Change-Id: I953f34dc6933387128884e3b2c3819a7a2f7c251 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.