commit | ec51544e6d4af26cbeabdd8d19bb8b6bda1d32a7 | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Fri Jun 16 19:31:50 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 16 19:31:50 2023 +0000 |
tree | 60b80a087db0e16b42ecf9001e0e4e5ef4923be0 | |
parent | ec4841439e4db5a2264055488418f4255a892ee9 [diff] | |
parent | b1bd7ac84084a87d3379377dc6a4ddd1ee7d0a14 [diff] |
Create a common base apex_defaults am: 81373fd424 am: d4f3837a87 am: b1bd7ac840 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/21008756 Change-Id: Ibbc0fa5427fb4499cfec37cc3ac90b1ad5716f3e 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.