commit | b43c14bdd1043db69f23c6740647e4df15854201 | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Tue Apr 26 19:23:47 2022 +0800 |
committer | Hungming Chen <nuccachen@google.com> | Tue Apr 26 19:27:57 2022 +0800 |
tree | 4ed54f47ca7e8d8541b0b89fbc84424d1c6e5f49 | |
parent | b1e623fd6d9871cd356d6792999af2563f055aa9 [diff] |
Add netd_aidl_interface-V9-ndk and netd_aidl_interface-V9-java Apex-Size-Increase: 0 Deprecate APIs in netd_aidl_interface-V8. - clatdStart - clatdStop - tetherOffloadRuleAdd - tetherOffloadRuleRemove - tetherOffloadGetStats - tetherOffloadSetInterfaceQuota - tetherOffloadGetAndClearStats Previous-Platform-Support: Yes, support previous platform releases Aosp-First: Yes Test-Info: all unit tests related to Connectivity/netd Bug: 212345928 Test: atest FrameworksNetTests Test: cd system/netd ; atest Change-Id: Idfe7f56b109ec3976ca069e2fbc4daececda752e
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.