commit | 41c9d4dbaf30b54707bb2c220c8fd8c7fc21921f | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Feb 10 15:13:12 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 10 15:13:12 2022 +0000 |
tree | 82a1191dbb02d17cf87d7ba1ea0829ab1b610e16 | |
parent | 8cff387be92da490e5873882a5b4184cc8d15b75 [diff] | |
parent | 54854ab89cfb5c6f690b65cb52318d1bbe217295 [diff] |
Merge "Support building build target specific snapshots" am: 27aef8152b am: 6cf95bfc87 am: 54854ab89c Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1958805 Change-Id: Ib63e62bffe7b1c29e5e4a5a953a7ab160d1bc463
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.