commit | cb35bd9e5115ab67b35da89b17a585fb8736a79a | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Apr 02 16:29:59 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Apr 03 10:58:25 2019 -0700 |
tree | 9c15dd92ade22ba40300e658faae1b52ba24d5b4 | |
parent | 289fa3cea303fa118365330e35b7758c4f4e72bd [diff] |
Build non-sparse super image if necessary. If TARGET_USERIMAGES_SPARSE_EXT_DISABLED is set, don't provide --sparse to lpmake, so that a non-sparse super image is built. Test: build with the flag set. Fixes: 120041578 Change-Id: I5a26e4c793b0e2ddc89e9c38c8828ac21044e78a
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.