commit | 4f87f8a2a81a7c8e8d976ff0561b28643901ee8c | [log] [tgz] |
---|---|---|
author | Zijun Zhao <zijunzhao@google.com> | Wed Apr 13 00:27:37 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 13 00:27:37 2022 +0000 |
tree | ab894aa253f3aea792c4137200c1970f715595b8 | |
parent | 65734b163279ff7e9dcc70ea83bf43021461172b [diff] | |
parent | 445e701cec62c8629464a1a06e2aabc62bc53744 [diff] |
Merge "Fix apex issue" into tm-dev am: 445e701cec Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/17696042 Change-Id: I622b0f65479ec80596b1eec1850f1a4f0b3bc441 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.