commit | 0f621fab2f1a0642efcd1dd13cf0769af6c43c53 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Oct 28 11:35:06 2021 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Oct 28 11:35:08 2021 +0000 |
tree | e8f96f069c911920c1e27a111bdbd8cb0326028a | |
parent | c2c322422282bdb2ec2902609d140e0b3a00c4bd [diff] |
Version bump to SD1A.210817.037.A1 [core/build_id.mk] Change-Id: I579668ccf1dbf3c4ad9d929892b0eea5ee6cbcab
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.