commit | e770111cbb601b8f6e6cee79f622a88febd05ca0 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Wed Aug 07 04:32:21 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Wed Aug 07 04:32:21 2024 +0200 |
tree | 0451cf7d36a1108d761804a4a66a76c25805c6a3 | |
parent | 0a2ba570c0b4ccbc8725fb8ca01493fcb0468023 [diff] | |
parent | fbea4aa960125f327c777f52d9b0e9f26a79e3f1 [diff] |
Merge tag 'android-14.0.0_r61' into leaf-3.2 Android 14.0.0 Release 61 (AP2A.240805.005.F1) * tag 'android-14.0.0_r61': Version bump to AP2A.240805.005.F1 [core/build_id.mk] Version bump to AP2A.240805.005 [core/build_id.mk] Version bump to AP2A.240805.004.G1 [core/build_id.mk] Version bump to AP2A.240805.004.F2 [core/build_id.mk] Version bump to AP2A.240805.004.F1 [core/build_id.mk] Version bump to AP2A.240805.004.E1 [core/build_id.mk] Version bump to AP2A.240805.004.D1 [core/build_id.mk] Version bump to AP2A.240805.004.C1 [core/build_id.mk] Version bump to AP2A.240805.004.B1 [core/build_id.mk] Version bump to AP2A.240805.004.A1 [core/build_id.mk] Version bump to AP2A.240805.004 [core/build_id.mk] Version bump to AP2A.240805.003.Y1 [core/build_id.mk] Version bump to AP2A.240805.003.X1 [core/build_id.mk] Version bump to AP2A.240805.003 [core/build_id.mk] Version bump to AP2A.240805.002 [core/build_id.mk] Version bump to AP2A.240805.001.Y1 [core/build_id.mk] Version bump to AP2A.240805.001.X1 [core/build_id.mk] Version bump to AP2A.240805.001 [core/build_id.mk] Change-Id: I38b84c53ac5edd4a2d402726c29232809db4a027
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.