commit | eac4ab76ce5fca923f65dfc0492270b821721072 | [log] [tgz] |
---|---|---|
author | Xiao Ma <xiaom@google.com> | Tue Jun 13 00:41:40 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 13 00:41:40 2023 +0000 |
tree | 0367a6053c642d039acf29754706d83e5d5f8c0f | |
parent | 3a51e53c616a52b609d3f41b5eaf23daf019c7a0 [diff] | |
parent | d73d5afd29b87d8b5f593703a6528f95a6c1a66d [diff] |
Add networkstack-aidl-interface-V18 to allowed_deps am: d73d5afd29 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23633951 Change-Id: I8f48ed9e06f239817e4bccc481baad0d31214699 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.