commit | 196dd45d474959276e204782153ff28f6c4a71e6 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Mon Mar 21 14:40:29 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 21 14:40:29 2022 +0000 |
tree | 2923b8e1b25e5785cc4373cdb3176e9a7894d364 | |
parent | 08a9b814d1367bb62f03043db4ab43e08b284ae9 [diff] | |
parent | ca43b52c8f5b301f0fded07fdd37fb5ea5ecdb64 [diff] |
Extract unzip_current_stubs from SdkDistProducer am: dc0c4c5d3f am: ca43b52c8f Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2032130 Change-Id: I80bd882185cd176c20fd50f9e3393ea50aa192a6
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.