commit | b74a6afce1c67d4e6cc5c47c1c461b6b896e0014 | [log] [tgz] |
---|---|---|
author | Sherri Lin <sherrilin@google.com> | Tue Nov 22 15:01:12 2022 +0100 |
committer | Sherri Lin <sherrilin@google.com> | Tue Nov 22 15:01:12 2022 +0100 |
tree | 3618dedba47b47115836fef33a72d6fdc98387ae | |
parent | d9fc88f5c3f823ab06becf4a0462e614f3a074eb [diff] |
Add networkstack-aidl-interface-V16 to allowed_deps Apex-Size-Increase: negligible Just replace networkstack_aidl_interface-V15 with V16 which has one more field in ProvisioningConfigurationParcelable. Previous-Platform-Support: Y Aosp-First: Y Test-Info: NetworkStackIntegrationTests Bug: 258449807 Test: atest NetworkStackIntegrationTests Change-Id: I8a7683c8eb781d090b1b6c26d0444024a72e23c5
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.