| commit | 32240703c434bce624e6a27add3967582b250e5c | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Sep 12 09:31:54 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Sep 12 09:31:56 2025 -0700 |
| tree | 7601e5f037a427dca54587bca3dcbf77447bccf9 | |
| parent | 556abe80a5a0610d36bfb43ae23f0d2e66387727 [diff] |
Version bump to BP2A.250805.010 [core/build_id.mk] Change-Id: I0c13540c84447bcf04c420194f51fff850e17498
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.