commit | 892ad54c09b3a3b34f5deb8fdedb2770f1bea4d2 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Dec 08 22:00:39 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Dec 08 22:41:31 2024 +0000 |
tree | 818b2fed113c9e0f47d44045dd3dfc1299d8cb87 | |
parent | a485f3b589a0ece2ea098d15cc4cf0b27492fc3e [diff] | |
parent | 5f64e580fb44e7986665da7d7eeac349d692514c [diff] |
Make change and version bump to BP1A.241209.001 Snap for 12766088 from 5f64e580fb44e7986665da7d7eeac349d692514c to 25Q1-release Change-Id: I0d1074c6a7c9548b7d97b1331d40f925b88af624
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.