| commit | 9e45da51aea1c231b1f348c35a2e67c5660f550a | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Sep 10 16:03:11 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Sep 10 16:42:48 2025 -0700 |
| tree | 90ae034f43cc8b60e7eec7ca1af94e5bf7b36b39 | |
| parent | e026d9927d4dc22c78cc46bc7e480c5926aa40e8 [diff] | |
| parent | e5c684b0360e735f7ff163fd69ad9227fe188f2a [diff] |
Make change and version bump to BP4A.250911.001 Snap for 14079904 from e5c684b0360e735f7ff163fd69ad9227fe188f2a to 25Q4-release Change-Id: Ia5cfbb6ef63d70360e3bc2a4f1dfd4346f44ca43
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.