commit | 152c8321531bc65391bb84a621b59a4e0207d29e | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Tue May 23 18:24:07 2023 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Tue May 23 18:24:07 2023 +0000 |
tree | 6ad29eb8f7aeb0410fe94643fb3d89168fdcd7d5 | |
parent | 58e2b47ab92f3b040f8a22c6ba6b38efdea500af [diff] |
Bump min_sdk_version for all launched apex modules Increase the minimum value to 30. Test: m Bug: 254749391 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:41583d7712f936c70d0f0128f79b17ee7f2e4f40) Merged-In: Iddf31c87ee29031921f24214aabc00ff0896905d Change-Id: Iddf31c87ee29031921f24214aabc00ff0896905d
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.