commit | dc39c3c6e9ca2726f346a522922deb13a5ec8c6d | [log] [tgz] |
---|---|---|
author | Yan Yan <evitayan@google.com> | Wed Dec 21 19:38:50 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 21 19:38:50 2022 +0000 |
tree | 9663c91df536d8d3b3a16eaad9d7effaaec1aa01 | |
parent | a5c1033d2af3bd3fb5b09beddbd2f4abd9585751 [diff] | |
parent | bf76708d18bb7aa9ac50f25952f198dd1a57732a [diff] |
Merge "Add netd_aidl_interface-V12 to allowed deps" am: bf76708d18 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2252815 Change-Id: I8065a32e84c443fc2089e4206473b159513ab4ba 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.