commit | 8eb42eecbf0bff3d91b74d3e41100988f2876d15 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Apr 14 18:30:19 2021 +0100 |
committer | Anton Hansson <hansson@google.com> | Thu Apr 22 18:39:53 2021 +0100 |
tree | 9cf1e6f48a4376496a3325a7921413e8df6f8b7e | |
parent | 74ce74c6458ee10e5f8e24c858949b64feff9a9c [diff] |
Add build rules for updated SDK 30 android.jars These build rules are work-in-progress libraries to produce SDK jars based on SDK 30 but with updated mainline module stubs. They aren't yet ready to be used, as some of the components need tweaking (for example, the android-non-updatable prebuilt does not have resources in it) Migrate in the android.jar defaults from frameworks/base to avoid taking a dependency on that repository. Bug: 184839225 Test: m android_30_modules_current{,_system} Change-Id: Ie696406c57f437c9c46d727311ff2956b2c8c4ea
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.