commit | abadf7f274dcddc8800c61febfa4668c62015487 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Apr 24 18:20:58 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 24 18:20:58 2024 +0000 |
tree | 7dddff5e5664e2f53a20ec08eb68a74912f4d31f | |
parent | e423cae44ed9e6673b7956c9853dcb221bf05c6f [diff] | |
parent | 319930a69498e7b527506ea174a2205fa2c3332b [diff] |
Merge "Add .impl libs of sdk_library to allowed_deps.txt" into main am: 319930a694 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3056423 Change-Id: I55303548d547f6f38abc44d429f39f431a57699c 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.