commit | c1c4c0bbf0949d6053fb13d47a01f9759f621e65 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon May 06 15:09:19 2019 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon May 06 16:19:19 2019 +0100 |
tree | 1b3475a7921837076f9d8fc5bb23e5362a6d8c79 | |
parent | d26c647f74b25f5681ca65505b358fd114cda596 [diff] |
Mark many single value variables as such This changes these variables to not inherit multiple values, which allow for some more flexibility in how/where they're defined in makefiles. Also remove the previous equivalent solution that was in place for the PRODUCT_BUILD_* flags. Bug: 116769560 Test: presubmit Change-Id: Ia27a11d95263ceb45ffa355e75bb2aa6d9672139
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.