commit | 8506eb54141c62eb2060a308887c83840a5bc3d9 | [log] [tgz] |
---|---|---|
author | Hassan Ali <hsnali@google.com> | Tue Jun 20 17:05:32 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 20 17:05:32 2023 +0000 |
tree | 60b80a087db0e16b42ecf9001e0e4e5ef4923be0 | |
parent | cd36f92ec9647d90fbc587d32feceb90b539a900 [diff] | |
parent | b5e838085f1243f4e0093b9d923acad5442365d4 [diff] |
[automerger skipped] Merge "Revert "Revert^2 "Create a common base apex_defaults"" DO NOT MERGE" into tm-mainline-prod am: b5e838085f -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23750746 Change-Id: I9360f5b99b62dd51c0d8af57ab0579451c8d76f0 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.