commit | 1d4081b2a54e06fb44480de49ae070290c31caf4 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Jun 11 12:54:14 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Jun 16 20:58:59 2021 +0900 |
tree | eddba2f066ea32a2a79dd618b2940da76db6a842 | |
parent | 757e2e1fc10d92ceae13d653c2e93ebd571e5a68 [diff] |
Add BOARD_BUILD_SYSTEM_ROOT_IMAGE to config vars It'll be used from init_first_stage. Bug: 187196593 Test: build Change-Id: I4c5374debd56fbf9d11b456498835a9c411d01d6
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.