commit | b419f5ca7ae2a8a23509ff69e8aa794b0be17e1e | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Mar 30 17:47:03 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 30 17:47:03 2022 +0000 |
tree | f3153c95bad87e60db6eacfb1e646992034967c1 | |
parent | 11c3bd80e0d86464b4afa36e05c4ecf7835492d7 [diff] | |
parent | ec1fdcdee4d309a4532b0b11c467e3704be75f00 [diff] |
Add test for snapshot build order am: ec1fdcdee4 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2047366 Change-Id: I97618497f9a685bcf18b27934651c879b5d74092 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.