commit | e99dbe1da9b453541bdb55ff1c56d27bb2e80169 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Tue Jun 13 23:17:30 2023 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Jun 13 23:17:30 2023 +0300 |
tree | 5a2d84495f02180797eb6f4e3be8caffb0d1bf54 | |
parent | 3367d1705afe8a2877ff59a1b1bf32b113ab00b1 [diff] | |
parent | ca8fe47fab2c9decf224c9a7c4c70309884cc34d [diff] |
Merge tag 'android-13.0.0_r52' into staging/lineage-20.0_merge-android-13.0.0_r52 Android 13.0.0 Release 52 (TQ3A.230605.012) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZIi36QAKCRDorT+BmrEO # eB7uAJ9NmDkNlD24enKk/AJHpnALE/xKrwCdGPc9gt/4kT+HMhdG9IiROXWDIJQ= # =WMVr # -----END PGP SIGNATURE----- # gpg: Signature made Tue Jun 13 21:39:37 2023 EEST # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: checking the trustdb # gpg: public key of ultimately trusted key ED97E90E62AA7E34 not found # gpg: marginals needed: 3 completes needed: 1 trust model: tofu+pgp # gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal] # gpg: initial-contribution@android.com: Verified 1683 signatures in the past # 19 months. Encrypted 4 messages in the past 17 months. # 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 (42) and others # Via Android Build Coastguard Worker (111) and others * tag 'android-13.0.0_r52': (69 commits) Version bump to TQ3A.230605.012 [core/build_id.mk] Version bump to TQ3A.230605.010.A1 [core/build_id.mk] Update Security String to 2023-07-05 Update Security String to 2023-07-05 Version bump to TQ3A.230605.011 [core/build_id.mk] Version bump to TQ3A.230605.010 [core/build_id.mk] Version bump to TQ3A.230605.009.A1 [core/build_id.mk] Version bump to TQ3A.230605.009 [core/build_id.mk] Version bump to TQ3A.230605.008 [core/build_id.mk] Version bump to TQ3A.230605.007 [core/build_id.mk] Version bump to TQ3A.230605.006.X1 [core/build_id.mk] Version bump to TQ3A.230605.006 [core/build_id.mk] Version bump to TQ3A.230605.005.W1 [core/build_id.mk] Version bump to TQ3A.230605.005.Z1 [core/build_id.mk] Version bump to TQ3A.230605.005 [core/build_id.mk] Version bump to TQ3A.230605.004 [core/build_id.mk] Version bump to TQ3A.230605.003.X1 [core/build_id.mk] Version bump to TQ3A.230605.003 [core/build_id.mk] Version bump to TQ3A.230605.002 [core/build_id.mk] Version bump to TQ3A.230605.001 [core/build_id.mk] ... Conflicts: core/build_id.mk core/version_defaults.mk target/board/BoardConfigEmuCommon.mk Change-Id: I8eff3508ce64784804d39c4694dc6adc7ca81b0e
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.