commit | 63b3d8e83e41bc74ed930a110767267c9467bbe6 | [log] [tgz] |
---|---|---|
author | zhidou <zhidou@google.com> | Mon Dec 09 21:24:20 2024 +0000 |
committer | zhidou <zhidou@google.com> | Mon Dec 09 21:32:53 2024 +0000 |
tree | 929d426315b9bb3e822833a78c7b1b827def1c99 | |
parent | f65a4a219aa53c88243c973f5c0053fbca9caaed [diff] |
create java library accepts new_exported parameter This change add a new parameter new_exported to create-java-lib. If the parameter is true, then generates the exported code using new storage. Bug: 329250927 Test: atest . Change-Id: Ie09e2c7c3a3c5f1b9ddadfc5c5eb598f825415db
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.