| commit | 7285344a1b86c415c42474cf688bbc1c76fd419f | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Sep 12 18:14:15 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Sep 12 18:48:52 2025 -0700 |
| tree | b238f93d44f7669b61eb380c463f81d2a7f80a06 | |
| parent | 26849067bc245beb4c5ceaffafb749e6c3ff1235 [diff] | |
| parent | 1c0d6e19be603b772a2be46ac98a485b91a36f5a [diff] |
Make change and version bump to BP4A.250913.001 Snap for 14095642 from 1c0d6e19be603b772a2be46ac98a485b91a36f5a to 25Q4-release Change-Id: I8668bb2a0844787befbd97726d6fd21ea2741c17
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.