commit | 127827706dce2001ca196d079679ee5d4bc81f42 | [log] [tgz] |
---|---|---|
author | Andrei-Valentin Onea <andreionea@google.com> | Tue Jan 24 16:34:40 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 24 16:34:40 2023 +0000 |
tree | 33a62dbd7761c6a0ae5cde588bdde521e220b3f9 | |
parent | ab1ab69a3e37f551d80db9b7d6efff68be46fced [diff] | |
parent | 448d2f87c5d910ebd00d385e6a47e1f798f8c7e2 [diff] |
Merge "Create a common base apex_defaults" am: 448d2f87c5 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2390852 Change-Id: I60a62399197c6e95bd960219a425025c8a5804f5 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.