commit | 7c21a0c8ca862341f06027a168ef24265721bdaf | [log] [tgz] |
---|---|---|
author | Yan Yan <evitayan@google.com> | Fri Dec 16 02:35:11 2022 +0000 |
committer | Yan Yan <evitayan@google.com> | Tue Dec 20 23:34:20 2022 +0000 |
tree | 913cd3db7d64aa3852a9459b03828933dc893837 | |
parent | 978c54fa6cacaac2bfb571021e8cdc498c32e172 [diff] |
Add netd_aidl_interface-V12 to allowed deps Test: atest netd_integration_test (new tests) Bug: 169170985 Apex-Size-Increase: 0 Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: atest netd_integration_test (new tests) Change-Id: I6ff9000efb8e564689135e461dd31d406ce67384
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.