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