commit | 074651ba136be6eb66d5357f93e6507b63bdec0b | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Wed Aug 21 17:24:25 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 21 17:24:25 2019 -0700 |
tree | 9809674e0bded1a9d5886416a1075d0fa481b009 | |
parent | 0a416ce07e9083f94071c4c421bd0e8f01a0a30c [diff] | |
parent | 0f9ac40dd6e3301883cf6f83b9e9a864f7fd52bb [diff] |
Merge "Only include the "tools" and "testcases" subdirectories in android-cts.zip." am: 0f9ac40dd6 Change-Id: Iccd2f3cbcad562a0fa7a089cb48f10db1ace7177
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.