commit | 546e161bf1fd9d6a7a0ccbea6c1fe76929d41490 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Apr 07 17:47:32 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 07 17:47:32 2022 +0000 |
tree | 660b14cb8ef2e100f308af2a2aaf8c1b1d9cd611 | |
parent | b4166efa840ac67873e6c768b5d852fad8ad4e54 [diff] | |
parent | 3ce46a1bbc519653a1ac9c2d7d1c26215c0e90de [diff] |
Merge "Copy the out/soong/build_number.txt file into sdk snapshots for R" am: b1e623fd6d am: f2f868d9e4 am: ffcb9f50b8 am: 3ce46a1bbc Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2056031 Change-Id: I217627a50e0b35e832a4d1232b6e5b4cc866bf9a 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.