commit | f46f2afbacb6fa32caa4deeeaf84e9a6ecfcf69c | [log] [tgz] |
---|---|---|
author | Emilio López <turl@tuxfamily.org> | Sun Nov 03 13:02:13 2013 -0300 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri Aug 10 12:52:40 2018 -0400 |
tree | 010e48e32b96f994da472e45ec3832706a567ab7 | |
parent | 3cd436841fc3760f3fc8c6cde1a3ba9442958946 [diff] |
envsetup: do not print an error if complete fails complete is a bashism; so it will fail on other shells. Avoid printing an error if that is the case. Change-Id: Id6d6311792f409cc3a697c7a2bb003863f1afe60
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.