commit | 78ae26132d42e37059004f02693e23827f5ba47f | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Jul 24 17:44:18 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu Jul 26 10:50:45 2018 -0700 |
tree | 3050b9ddc2aec23e3d28b26a5aa6741945e17537 | |
parent | 28af1e74844d9b9eb4a4c1136bb24c32022d2491 [diff] |
BOARD_SUPER_PARTITION_PARTITION_LIST check moved to config.mk ... because variable checks should go there. Test: pass Change-Id: I484f928d848fd4f3b3936d1c7fd03976ee64feb2
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.