commit | 21b35f74e2bde0785546e73b1c95312b426830ef | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Tue Jun 20 18:34:53 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 20 18:34:53 2023 +0000 |
tree | 60b80a087db0e16b42ecf9001e0e4e5ef4923be0 | |
parent | 2cb79aadb94d667edd075be3922d9465b10d9536 [diff] | |
parent | 9bb6c1b7eb88fb230f9c511d457c89cf0e9003cc [diff] |
[automerger skipped] Merge "DO NOT MERGE Add sdk modules list in build artifacts root." into tm-mainline-prod am: e1ae09f932 -s ours am: 4cbf69ee71 -s ours am: 9bb6c1b7eb -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23745075 Change-Id: I53cb8a5b6160b74555973c6b68188dc95bc7882e 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.