commit | 02e73aedcdb081641a55a90e9793628953c11a73 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Feb 15 19:19:33 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 15 19:19:33 2024 +0000 |
tree | 5e2fc73e7c4f02e11355de226a0d5af90208a596 | |
parent | 6b8517d61382bc7252ebcbf5358c4043e243a905 [diff] | |
parent | 72792da94f8fd8ccfca719c81a512f202bf535b3 [diff] |
Merge "Add libnativehelper prebuilt to apex allowed deps" into main am: 72792da94f Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2965542 Change-Id: I2994556e4b6ca5bfeca24250793a013039601293 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.