commit | a786b6c3312e99b90621a21b906e75b0ab83c167 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Fri Jun 25 01:36:36 2021 +0800 |
committer | Ken Chen <cken@google.com> | Fri Jun 25 01:44:31 2021 +0800 |
tree | 36357b1ca0319934259c82e7f302c2ceaa7f97a5 | |
parent | a13f9cb518eb8e6f4ccae74633e559c74ae016b0 [diff] |
Make netd_aidl_interface-V7-java available for connectivity netd_aidl_interface-V7-java provides new API that referenced by ConnectivityService. Bug: 182460808 Test: m Change-Id: I72b70e586fa1e1f7587f70ed1578510163787526
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.