commit | 94bff7ae22a66f821b675da20a71971dc82d4908 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Jun 21 09:46:01 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Jun 21 10:12:23 2018 -0700 |
tree | 3d8ce98f377a2e20c2871a80f02b07e1ee44aece | |
parent | 6d3acda9133772c08c8626d97651a32eb3133d88 [diff] |
Add more BUILD_BROKEN_* logic Make the values tristate, so that we can differentiate set vs not in scripts that parse the logs. Also add some placeholders for warnings that I expect to turn into errors. Test: Set BUILD_BROKEN_PHONY_TARGETS to "foo" Change-Id: I3f7e1e0f85dcef84d6461fc40bdd83dc5bf75ff7
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.