| commit | f9c470efd107b7db5c4ff4f61b5de8bbdd7f5047 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jul 02 23:01:00 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jul 02 23:52:01 2024 +0000 |
| tree | 46356e3b52606f76146de87f3af7789627731fe4 | |
| parent | cc6f497809bf9451b23954b098ad2668d7baedf8 [diff] | |
| parent | e6e421ae1261b62ab78199799a7463907c3cdb51 [diff] |
Make change and version bump to AP4A.240703.001 Snap for 12042346 from e6e421ae1261b62ab78199799a7463907c3cdb51 to 24Q4-release Change-Id: I45c3c0e7864d8114b139875d605ce7230b975bbd
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.