commit | 977ab90b64199e29e6a68298ab736a4268b2a126 | [log] [tgz] |
---|---|---|
author | Bill Chang <billdir@google.com> | Tue Jun 20 10:43:25 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 20 10:43:25 2023 +0000 |
tree | 60b80a087db0e16b42ecf9001e0e4e5ef4923be0 | |
parent | ee82e3f0160d30a21980b9b841beedf22f861c33 [diff] | |
parent | 2a82d881c1b8faa6f1e3f677d9e7a6fb1178dca2 [diff] |
Revert^2 "Create a common base apex_defaults" am: 3adb48e71f am: 2a82d881c1 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23728150 Change-Id: Ib11b90f36ddf7f295dd333077ff6439d5c0403c7 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.