commit | ca8c130ebcd2ccc35f534156584cd75917d7ebe8 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Aug 05 00:55:48 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Aug 05 00:55:51 2023 +0000 |
tree | 2855719fb058769c234d8e25d36f8d6235b5c772 | |
parent | 8f0289071eb9f280ccb2f02befa6263d1572f6e9 [diff] |
Version bump to UP1A.230905.015.A1 [core/build_id.mk] Change-Id: I6280cf24936e6b3aef60845afa8d7e73070d7f6a
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.