commit | 4ca5fe8db0d54bf0180f5f57e064ca747e00df7f | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Dec 22 13:42:35 2022 +0800 |
committer | Ken Chen <cken@google.com> | Thu Dec 22 13:42:35 2022 +0800 |
tree | d6455af158dd8b2870d21228c18ca53585105054 | |
parent | 52c16f0a1ffc89a1328740a8671f2db18d41aadd [diff] |
Add netd_aidl_interface-V13 Apex-Size-Increase: negligible Replace netd_aidl_interface-V12 with V13 which added a parcel AllowedNetworksForUids and a method setAllowedNetworksParcel. Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: related tests in system/netd/tests, target netd_integration_test Test: netd_integration_test Bug: 263219497 Change-Id: I59aef0a281dee9e8fee79384c40bf6fdc0d45a95
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.