commit | 2c323184eb6278318fd8879f6d8e57c133ad529a | [log] [tgz] |
---|---|---|
author | markchien <markchien@google.com> | Wed Mar 02 00:08:38 2022 +0800 |
committer | markchien <markchien@google.com> | Wed Mar 02 00:18:18 2022 +0800 |
tree | bbf919c2fa0b761f3bbe4c5b4def0eee1a88b7a5 | |
parent | ad786e72e5af3259c9b6e46c3f9f60a61566383d [diff] |
Add networkstack-aidl-interface-V15 to allowed_deps Apex-Size-Increase: negligible Just replace networkstack_aidl_interface-V14 with V15 which has one more field in DhcpServingParamsParcel. Previous-Platform-Support: Y Aosp-First: Y Test-Info: NetworkStackTest Bug: 170056953 Test: atest NetworkStackTests Change-Id: I37cedc49954bf7c057567e60d672517779127586
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.