commit | 87c580bf35ce86e4a77a1c1ebfbb645217ff1742 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Mar 30 18:29:57 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 30 18:29:57 2022 +0000 |
tree | f877100ebe929303a5c09eb9fdf121dd7c6cecef | |
parent | 7329f2fe40274ef145661f39a09f34d3b1189c65 [diff] | |
parent | fdaf5d0d1c1192f97b69b63ef8d498143614e906 [diff] |
Add test for snapshot build order am: ec1fdcdee4 am: 90b8f62816 am: fdaf5d0d1c Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2047366 Change-Id: I120e0b2688333a9513c187bf89ff9f84c9be0ea6 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.