commit | cbbde02c21b9863622137e116f51f54a8ed4ede7 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Thu Nov 07 14:33:15 2024 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Thu Nov 07 14:33:15 2024 +0200 |
tree | 73a46d85682f3bfe29ef0542f4f91a34de349f55 | |
parent | 248124d8e1f42cbbee311b329b66c7c249a73468 [diff] | |
parent | a4bbca172bef7b3d94ce7db5e1d67831a81dfb9e [diff] |
Merge tag 'android-15.0.0_r5' into staging/lineage-22.0_merge-android-15.0.0_r5 Android 15.0.0 release 5 # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZyvecwAKCRDorT+BmrEO # eMAvAJ9tfNGO/JbBC42+ipORhRmZWDUYngCfQgZLtFvswwi86H1bqGRMDVVV10U= # =ksrE # -----END PGP SIGNATURE----- # gpg: Signature made Wed Nov 6 23:24:03 2024 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal] # gpg: initial-contribution@android.com: Verified 2327 signatures in the past # 3 years. Encrypted 4 messages in the past 2 years. # gpg: WARNING: This key is not certified with sufficiently trusted signatures! # gpg: It is not certain that the signature belongs to the owner. # Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78 # By Android Build Coastguard Worker (11) and Ian Kasprzak (1) # Via Android Build Coastguard Worker * tag 'android-15.0.0_r5': Version bump to AP3A.241105.008 [core/build_id.mk] Version bump to AP3A.241105.007 [core/build_id.mk] Version bump to AP3A.241105.006 [core/build_id.mk] Move ap3a configuration to build/release. Version bump to AP3A.241105.004 [core/build_id.mk] Version bump to AP3A.241105.003 [core/build_id.mk] Version bump to AP3A.241005.015.A2 [core/build_id.mk] Version bump to AP3A.241005.015.A1 [core/build_id.mk] Version bump to AP3A.241105.002.X1 [core/build_id.mk] Version bump to AP3A.241105.002 [core/build_id.mk] Version bump to AP3A.241105.001 [core/build_id.mk] Version bump to AP3A.241005.016 [core/build_id.mk] Change-Id: I999cd11a6114f002bfb22741db6e0a134f4b77ac
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.