commit | 4d6ca140280fce99613d2732762acd314eb74f56 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Mar 30 18:05:48 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 30 18:05:48 2022 +0000 |
tree | a5bc71b4b5deb967f1f6c5ff83276fec81c6fcdf | |
parent | 19afde65a1c760955a2615e50a2970fbe8241082 [diff] | |
parent | b419f5ca7ae2a8a23509ff69e8aa794b0be17e1e [diff] |
Add test for snapshot build order am: ec1fdcdee4 am: b419f5ca7a Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2047366 Change-Id: I1d6286e52cdbb82b6e21a3422d2e1be4f0dd4912 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.