commit | 5ed2e756ae242b4e222f4e0ef1ec6628db194566 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Wed Jan 04 01:30:03 2023 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Jan 04 01:30:03 2023 +0200 |
tree | 411b2d963b3d5c15ade64f1ca7a8b701ef3d5675 | |
parent | dd97cd639f892b5de650a1fb2a30de0f46016e46 [diff] | |
parent | 6bec24b3620be3cb39a851cd47310990226095d7 [diff] |
Merge tag 'android-13.0.0_r20' into staging/lineage-20.0_merge-android-13.0.0_r20 Android 13.0.0 release 20 # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCY7SARAAKCRDorT+BmrEO # eE+WAJ98v/GfKUYVQ8SYppW53mgxphE+ZACbBaGBb9qvayYAJpdcA/fI+F26k+I= # =zwGC # -----END PGP SIGNATURE----- # gpg: Signature made Tue Jan 3 21:21:40 2023 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 1497 signatures in the past # 14 months. Encrypted 4 messages in the past 11 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 (5) and others # Via Android Build Coastguard Worker * tag 'android-13.0.0_r20': Version bump to TQ1A.230105.001.A2 [core/build_id.mk] Version bump to TQ1A.230105.001.A1 [core/build_id.mk] Update Security String to 2023-01-05 Add prng_seeder to base PRODUCT_PACKAGES. Version bump to TQ1A.221205.012 [core/build_id.mk] Version bump to TQ1A.221205.011.B1 [core/build_id.mk] Update Security String to 2022-12-01 Version bump to TQ1A.221205.011.A1 [core/build_id.mk] Change-Id: I1c45b65387d14cc38b13c488a8efc0fcbc59a761
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.