commit | 1457b9dac9263191eca97772979b36c3a3e1e73e | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Apr 29 18:05:01 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Apr 29 18:05:02 2022 +0000 |
tree | afa184c5db6568b0b8b2223f08c5bb2c2eb97317 | |
parent | 09586317742c84ce870597b51c8dfaeb0f57ac9a [diff] |
Version bump to SP2A.220505.005 [core/build_id.mk] Change-Id: Ic1a7953fffb300a318900b89a353dd8be9627ada
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.