| commit | 0ebc4bc78015f48287f68f713620095af38678a1 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Sep 07 14:20:49 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Sep 07 14:43:49 2025 -0700 |
| tree | 8af8d44267639d5debc4e6f0a144c0f098444d74 | |
| parent | 43a1f6f8a873ee8db0f4ab13b3646973fa18c44f [diff] | |
| parent | 96fbed0cc3947077d9906c87c6b0dd41662dee18 [diff] |
Make change and version bump to BP4A.250908.001 Snap for 14058385 from 96fbed0cc3947077d9906c87c6b0dd41662dee18 to 25Q4-release Change-Id: Ic185af0a68eff86d856e435ac792d45c0bbfe006
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.