commit | 41ab480389743c32cd9b645387bed961a119e487 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Aug 25 23:35:53 2021 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Aug 25 23:36:04 2021 +0000 |
tree | 7c56beb8b73902587ff3c0a968c8b87f1a17ccf1 | |
parent | 1d75e88a96ad33236126ad14b9fe13ee36f079eb [diff] | |
parent | 757dc6997a3dc703b50ffb2752f5625a50604adf [diff] |
Make change and version bump to SP1A.210812.012 Change-Id: I175168eb38629a4b21960253c001c974805588a6
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.