commit | 92793dc56cef62bbca7c4efc60bab5e8aaa95ce7 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Feb 25 18:30:18 2020 -0800 |
committer | Steven Moreland <smoreland@google.com> | Tue Feb 25 18:33:53 2020 -0800 |
tree | 6d5ba5cde70b9f8d66040dcba65b6dd984cb7666 | |
parent | 5832bf1f5a949bc32a9b8f57ed46cb7f06606fe6 [diff] |
lunch: error on >1 arg (before ignored) Bug: N/A Test: lunch w/ 0, 1, and 2 args Change-Id: Icbeb511e836b08cbd64b08a23b0e4820039b12ab
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.