commit | efe6a4d74880ccf72b38910eeb0258abbebb4f10 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Mar 02 13:54:45 2021 +0000 |
committer | Martin Stjernholm <mast@google.com> | Tue Mar 02 20:53:59 2021 +0000 |
tree | 09f4bce3a3e8cf847634e0e45f388b68d8cea544 | |
parent | 36c1435ec4ac40dc273c916028d7f818f71ae9f3 [diff] |
Add a product variable to override APEX modules in boot jar lists. Test: m droid SOONG_CONFIG_art_module_source_build=false on internal branch Bug: 180325915 Change-Id: I3ab64860fe4a60468ec8dad6517d1d67f72f13c7
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.