commit | b8702acbcf91ff14aa2e0401181bb8fe4fa6035e | [log] [tgz] |
---|---|---|
author | Quang Anh Luong <qal@google.com> | Mon Jan 15 20:01:47 2024 +0900 |
committer | Quang Anh Luong <qal@google.com> | Mon Jan 15 20:01:47 2024 +0900 |
tree | 42780e46dcd7c5eb9d58567ead6e5081c0cbc589 | |
parent | 59aae07eaa90762a29d6da17f6920c67dc70ca40 [diff] |
Add networkstack-aidl-interface-V21 to allowed_deps Apex-Size-Increase: negligible Just replace networkstack_aidl_interface-V20 with V21 which has one more API defined in ProvisioningConfigurationParcelable.aidl Previous-Platform-Support: Y Aosp-First: Y Test-Info: NetworkStackIntegrationTests Bug: 300976731 Test: m Change-Id: I85431e015cbc9b5eb734c4bbec855d8c1181ac80
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.