commit | 3992533818249356631de20f7814105364fd3546 | [log] [tgz] |
---|---|---|
author | Victor Truong <truongvi@google.com> | Fri Jun 16 23:46:37 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 16 23:46:37 2023 +0000 |
tree | b770f31b7bf992450d0bba04d9585b1d793d191e | |
parent | 82dd88b6b0660ea1964c213e7df7646789c122fa [diff] | |
parent | 87b86eaf9637196874f87a6775e3c5ce744dccff [diff] |
Revert "Bump min_sdk_version for all launched apex modules" am: fc73981c0a am: f787c35e19 am: 87b86eaf96 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23727288 Change-Id: I60726b2cf77bf69442b0810f0c7fcfb677de1920 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.