commit | b52744215687106e99e7e3b5d89ec4db01b6db27 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Tue Mar 28 12:37:01 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 28 12:37:01 2023 +0000 |
tree | 504e779dcc0d2da6aab09a5a0a86628c86de3df1 | |
parent | d406af5bdae4b5e244b9ab595e89bad48294cd47 [diff] | |
parent | 02c84ac56b178ce42076473aadc8d119719d543c [diff] |
Fix incorrect cherry pick am: 02c84ac56b Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2510798 Change-Id: I1428dc3175276c4e8c3278d4f236e6ef0514819c 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.