commit | dbf5613ee281f559bd232dc666e694470511187d | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 30 00:32:53 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 30 00:32:55 2020 +0000 |
tree | ba619c36d856c49c5ae62831ccb4fa3d228c6363 | |
parent | 20f154230b4159b33a04265cd95ca87f07f6ae56 [diff] |
Version bump to RP1A.200629.002 [core/build_id.mk] Change-Id: I9a943e46064eb53c6c00752eeef15903f75d2af5
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.