commit | f24a11521fe09af7a189af78905a6417878ce9e4 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Nov 23 20:00:41 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 23 20:00:41 2022 +0000 |
tree | 94a578f42675997d2ed69ee367d22916762d1815 | |
parent | 4f6b401c7662bf08c25bab30dbef4c4349aae169 [diff] | |
parent | 47f779a5a64b47dd54afc1b754aeb85f976579af [diff] |
Merge "Stop setting SOONG_SDK_SNAPSHOT_VERSION" am: 47f779a5a6 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2315019 Change-Id: I1e19dcd1624359b1de5d50d0627b524fadbdcf21 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.