commit | 50d1c22efb31bdadf52d026eac3cefb74e807190 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Aug 17 22:52:19 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Aug 17 22:54:45 2018 -0700 |
tree | 301b72f0c877ca0b8962f02e1b8a22dbdaaeaf41 | |
parent | fe411d18601969dff04099242dcacab86027e745 [diff] |
Rename general-tests-* variables to general_tests_* Make supports dashes in variable names, but underscores are more common. Also use a private variable for general_tests_list_zip, and clear local variables at the end of the file. Test: m checkbuild Change-Id: I8fd968d9e674dbc630bdb71ddd375448b6ada5ed
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.