commit | 2721689d6cda8caad8bbe1d4b925c9f489cb535a | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Feb 28 11:05:03 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 28 11:05:03 2024 +0000 |
tree | b52f6a80fd47d50476c2b895af1404a8a8a94c47 | |
parent | 6c1e5d8a32b88c9bc8f36bf145871e9d3a0d8ad2 [diff] | |
parent | 82393a96483855b4558cf0e4d7154196f555d2f1 [diff] |
Add libvendorsupport_llndk_headers to the allowed_deps.txt am: 82393a9648 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2979290 Change-Id: Ife128e6bf046a5089c3c0ba283f817a193f460b6 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.