commit | e39c5b4321d6d03e6d65f55dad27b1181bb1b850 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Mon Mar 29 22:00:18 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Mon Mar 29 22:15:06 2021 +0000 |
tree | 7bb49d9c498f5e4d2c1ebdbda0326f1fbd1d6686 | |
parent | 1557a8a28c9f9ca13c916b4bc1a16ceb270b3076 [diff] | |
parent | 24db42e612f4ad35ee9cb011059aaa8a88539ed7 [diff] |
Make change and version bump to RD2A.210330.001 Change-Id: I7edaf84701e1e0bac7fd05e00e4fdde3c94ac4e9
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.