commit | 8878598a01bd4cc8c6ef8202839df75423553453 | [log] [tgz] |
---|---|---|
author | Saeid Farivar Asanjan <farivar@google.com> | Sun Apr 23 22:50:19 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Apr 23 22:50:19 2023 +0000 |
tree | 28d1793e04a782f281621f2996d3cb8fdca2ee4b | |
parent | 0b9b1ebb1fb74b73c9145d67c20ecfd4964dd929 [diff] | |
parent | 44eefcf09ea45d88fe5f1118929c39eeb29449b3 [diff] |
[automerger skipped] Merge "Ignore-AOSP-First: Add new rotary targets to apex allowlist" am: aec473404b am: 518ab92232 -s ours am: 44eefcf09e -s ours am skip reason: Merged-In Iccfac35e78219d499506ac0886f1872a7d70f846 with SHA-1 478c28bbc8 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2545210 Change-Id: I025c3968ae07cd1e1f8f279ddb0b791679df9173 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.