commit | ba9ad41f1ccd9f1c527b34308e624dddfff51de5 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Mon Apr 13 05:54:35 2020 +0000 |
committer | android-build-team Robot <[email protected]> | Mon Apr 13 05:54:36 2020 +0000 |
tree | 4bde044cd3ae51938be559312762832dbc6b7ca3 | |
parent | 5d198edc1b25a87192aec136bff3d13f02438bef [diff] |
Version bump to QD4A.200317.018 [core/build_id.mk] Change-Id: I78cedb7efdcc78b737167dce69955e63addb694d
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.