commit | ffcb9f50b8139d9b2e73e0ece9bd2b0319626a89 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Apr 07 17:24:04 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 07 17:24:04 2022 +0000 |
tree | 1f8971800bcd0ccf388d990f091f8f7d79fbc138 | |
parent | 25deb674a2b9394678eb4115fc802d70ad9a70dc [diff] | |
parent | f2f868d9e487909af76a7602128fb855ed3e99f2 [diff] |
Merge "Copy the out/soong/build_number.txt file into sdk snapshots for R" am: b1e623fd6d am: f2f868d9e4 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2056031 Change-Id: Ibddce6a16889c49e160b78e65b859870ac92e21c 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.