commit | ffff24779777187c0e59735803cdfc462196bfaa | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Sun Dec 25 13:02:15 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Dec 25 13:02:15 2022 +0000 |
tree | e6d5884c0490f31bb2699953b2f55837573a601d | |
parent | 3568977542d3ae922a30de3a4a3d79285a7b813b [diff] | |
parent | 08463b91388213f499134dae768067ccb58d8b0f [diff] |
Merge "Add netd_aidl_interface-V13" am: f59bfdc690 am: 08463b9138 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2361495 Change-Id: I74b2e9e1254514652aebe5b4be64baa457c7a9c7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.