commit | 503e6c0b331d5fad558391d1d505a11a33a50c0e | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Sat Feb 15 02:03:26 2020 +0000 |
committer | android-build-team Robot <[email protected]> | Sat Feb 15 02:30:48 2020 +0000 |
tree | 8594aecff25e3ba081c7bf17b085fb5ceeaecc0e | |
parent | be2cd06e3ea7552badd1e3d34e40ee00f7e5cbdd [diff] | |
parent | d451ad7167dc8dc9f44b35a8dd1f9d3faafa345e [diff] |
Make change and version bump to QD4A.200215.001 Change-Id: Ie39db8b1a543df8920473b55f99f9acf06cf372d
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.