commit | 1e6922ffd63d15be4ccc4f9f56ed1e90cd435fdc | [log] [tgz] |
---|---|---|
author | Xiao Ma <xiaom@google.com> | Mon Jul 05 02:38:14 2021 +0000 |
committer | Xiao Ma <xiaom@google.com> | Mon Jul 05 02:38:14 2021 +0000 |
tree | 86feb73ce7d56bb18c7226237e35c012484f273b | |
parent | 6928345c14fb30d4a7e4c600f270372fa779b4f9 [diff] |
Update allowed_deps to accept networkstack-aidl-interfaces-V12. Add two new Integer members: ipv4ProvisioningMode/ipv6ProvisioningMode to represent different provisioning mode, and freeze networkstack aidl interface to v12. Bug: 161838070 Test: m Change-Id: Ifa3cffec21beb95746cec43a4129ee0539c136d4
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.