commit | cceb7ab6d705c8f4fed8d7f3e190f53647c291c1 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Aug 20 19:21:29 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Aug 20 19:26:33 2018 -0700 |
tree | 5ab259330c506b1432571bcdabab037b40728b20 | |
parent | 5d1926376eafb7302456ff95d74fe61088665ab3 [diff] |
Fix reference to cleared global variable Use PRIVATE_general_tests_list_zip inside the rule. Also remove the output files to make it more likely that an incremental build fails the same was as a clean build. Bug: 112865316 Test: rm $OUT/general-tests* && m general-tests Change-Id: Idbca35f9ca71f65ef45ef026df41bd933fb9d37d
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.