commit | a7aa46e32065b1979899ddc821debf23bcfb1a52 | [log] [tgz] |
---|---|---|
author | Sherri Lin <sherrilin@google.com> | Wed Dec 21 23:08:28 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 21 23:08:28 2022 +0000 |
tree | 4468b6dbdb66b346fdb97435a1bbf16b5f8b6c84 | |
parent | 160bceae0fda2e6d7e200a6a69431107dc59f5b8 [diff] | |
parent | 58bd00042bf63480f24c559af91962e16846abb6 [diff] |
Merge "Add networkstack-aidl-interface-V16 to allowed_deps" am: 52c16f0a1f am: 58bd00042b Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2311748 Change-Id: Idaabb1d278da6cc2fa913aef73b5ffc44e46d970 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.