commit | 08463b91388213f499134dae768067ccb58d8b0f | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Sun Dec 25 12:27:18 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Dec 25 12:27:18 2022 +0000 |
tree | 24d09f1d4437c3ba369f693ae87a75e8f9722dad | |
parent | 293b5dcf1539a5317c65cde75d512fe49c35b12d [diff] | |
parent | f59bfdc690c2c239fadbdeb8a77a233bd2c0c45f [diff] |
Merge "Add netd_aidl_interface-V13" am: f59bfdc690 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2361495 Change-Id: I22cf9c08592f2ff8a34a5f549a795e2f9a55a7e9 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.