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