commit | 1a194351fd5b82374018e013a3b1acafd38fd8d8 | [log] [tgz] |
---|---|---|
author | Xiao Ma <xiaom@google.com> | Mon Feb 06 19:06:11 2023 +0900 |
committer | Xiao Ma <xiaom@google.com> | Mon Feb 06 19:06:11 2023 +0900 |
tree | f280e891a39d1a7fdc12ed95db0f3ebdf79878a6 | |
parent | 08654942bd00ca73dd045c268b0cc313d2ed9fa4 [diff] |
Add networkstack-aidl-interface-V17 to allowed_deps Apex-Size-Increase: negligible Just replace networkstack_aidl_interface-V16 with V17 which has one more API defined in IIpClientCallbacks.aidl. Previous-Platform-Support: Y Aosp-First: Y Test-Info: NetworkStackIntegrationTests Bug: 266256943 Test: m Change-Id: I75735adef367ac629e1e01c720265a8b5066e6b2
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.