commit | eec0ff7e25ceb85a0d19493fd38606a8f9e7bb9a | [log] [tgz] |
---|---|---|
author | Saeid Farivar Asanjan <farivar@google.com> | Wed Jun 21 17:30:19 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 21 17:30:19 2023 +0000 |
tree | 0367a6053c642d039acf29754706d83e5d5f8c0f | |
parent | 22ca001cbc444eb99b33ded3cf28af9940bffcd2 [diff] | |
parent | 3064dc945ff8cbd6a3922de21b9fbfa18fa8350c [diff] |
[automerger skipped] Merge "Bump min_sdk_version for all launched apex modules" into udc-dev am: e96b8b281e -s ours am: 3064dc945f -s ours am skip reason: Merged-In Iddf31c87ee29031921f24214aabc00ff0896905d with SHA-1 35bec48bc9 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23745051 Change-Id: I9481adac214418140f4b136ecd3cdbb0b481f75e 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.