commit | 7c519defbdca6b437b493f0d1fd712264f7bd078 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue Sep 03 14:43:41 2019 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Tue Sep 03 14:43:41 2019 -0700 |
tree | 6132a6ba8c9bc8106f5c19920eb58b40394bed37 | |
parent | 9432b4d052a12f95809ba4bcceffe0f426377578 [diff] |
Delete cts_instant tasks: not needed anymore Cts-instant is now run directly from cts so there is no need for a dedicated (unmaintained) cts-instant target. Test: None Bug: 139302375 Change-Id: Ibac30f182028981cc7ad55b3998fbf6a545f62f1
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.