| commit | 5e4cb017f1b0d49e82cb40fb370fb83484028e6a | [log] [tgz] |
|---|---|---|
| author | Ken Chen <cken@google.com> | Thu Jul 01 08:25:54 2021 +0000 |
| committer | Ken Chen <cken@google.com> | Thu Jul 01 10:13:52 2021 +0000 |
| tree | 0c126bd2346630dd8e230e4b38d47c57c7378e54 | |
| parent | 9173f7886cc2b7266b0f58ad96829c65ff3709a4 [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 Original-Change: https://android-review.googlesource.com/1746715 Merged-In: I72b70e586fa1e1f7587f70ed1578510163787526 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.