commit | 35bec48bc9b555bc52eea6434822c397e603b1ed | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Mon Jan 16 14:24:52 2023 +0000 |
committer | Hassan Ali <hsnali@google.com> | Fri Jun 16 11:15:04 2023 +0000 |
tree | 528fd0bd356e92e8a36cdc1e4ff1bb5531d4ce17 | |
parent | 0068ff9fbb0185bd0f5f88f40745de9b0eb524fb [diff] |
Bump min_sdk_version for all launched apex modules Increase the minimum value to 30. Test: m Bug: 254749391 Change-Id: Iddf31c87ee29031921f24214aabc00ff0896905d Ignore-AOSP-First: submitted the change in aosp/2390852
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.