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