commit | f52cc6b3b76070a4a813dfabf7b46ad5ec3eca37 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu Jun 16 00:11:45 2022 +0900 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Thu Jun 16 05:27:10 2022 +0000 |
tree | 4a50f5ce3aad8e651b6aef8fbdd8934a4093f8da | |
parent | f6b9274688d7cd9f00c4d924b830c1d81b52f650 [diff] |
Add netd_aidl_interface-V10 to allowed deps. Test: m Bug: 235778483 Apex-Size-Increase: none, same size as V9 Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: No tests, only an integer constant added Change-Id: Id346e8e5f61d03bc06f25f5eebb029f3e919c4f7 (cherry picked from commit 7c836082a5690d220f2860879f6570b0c26c031f) Merged-In: Id346e8e5f61d03bc06f25f5eebb029f3e919c4f7
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.