commit | 392e17fe7c81b3ab2df2da8d90aa195bf1cd079b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Dec 07 02:02:50 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Dec 07 02:42:11 2024 +0000 |
tree | ae7c4568618dce02a1c68e8642a5a6c7000c7b1a | |
parent | 71b1e1d17736fb79e628e3b79b84162b4ffdfe1e [diff] | |
parent | d1d256d77f58f592f816635bca368068dc101e64 [diff] |
Make change and version bump to BP1A.241207.001 Snap for 12763142 from d1d256d77f58f592f816635bca368068dc101e64 to 25Q1-release Change-Id: If1b20dc74c671336623bac86184b5b6461d810a9
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.