commit | 67ffedda5913b4cc8dac8feb3a5d9681689dea36 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jul 31 08:35:07 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jul 31 08:35:10 2024 +0000 |
tree | 7030441f977aa03617ad2157b889e944cc803f35 | |
parent | d0f98a4f7bb6e0d6defa7d0d1bb0ba10a181cf68 [diff] |
Version bump to AP3A.240905.005 [core/build_id.mk] Change-Id: I71558816b9b595d9bee866788b04e9af747d68ea
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.