commit | a8fcf6c893970fbfcf10de341faebdbb431766aa | [log] [tgz] |
---|---|---|
author | Bill Yang <yangbill@google.com> | Thu Oct 25 05:34:56 2018 +0000 |
committer | Bill Yang <yangbill@google.com> | Thu Oct 25 07:11:26 2018 +0000 |
tree | 6a7ed5855a1996537b1fb21fad9dd5ecd2bf216c | |
parent | fab820c5f16f3e8f40c294fbaeced0590819860d [diff] |
Revert "ATest: GTest auto gen config support run-test-as." This reverts commit fab820c5f16f3e8f40c294fbaeced0590819860d. Reason for revert: sed -i requires an argument on mac, break build on mac. Change-Id: I0b72e28968072afbbb862bd827ee59764dd8a0be
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.