commit | 3926791d237c427057a1fcd3a15f5283d9b4a161 | [log] [tgz] |
---|---|---|
author | Hassan Ali <hsnali@google.com> | Wed Jun 21 16:47:35 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 21 16:47:35 2023 +0000 |
tree | 0367a6053c642d039acf29754706d83e5d5f8c0f | |
parent | 2c835906b957d8ee8446a60af275d8b1fec5283a [diff] | |
parent | 3340b711f4656a45850c0883811ab7f2acfab578 [diff] |
[automerger skipped] Bump min_sdk_version for all launched apex modules am: 3340b711f4 -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: I93c7afb3155a31aa3ff32a4ce39972f5239ef755 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.