Merge tag 'android-13.0.0_r30' into staging/lineage-20.0_merge-android-13.0.0_r30

Android 13.0.0 Release 30 (TQ1A.230205.002)

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCY9MaDwAKCRDorT+BmrEO
# eE8hAJ9a7K9haopi9P0ctDETR0+LfUG6awCdEvtbYolyMkv51UzVcugLbMv7LAU=
# =Oq1f
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri Jan 27 02:25:51 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 1528 signatures in the past
#      15 months.  Encrypted 4 messages in the past 13 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 (11) and others
# Via Android Build Coastguard Worker
* tag 'android-13.0.0_r30':
  Version bump to TQ1A.230205.002 [core/build_id.mk]
  Version bump to TQ1A.230205.001.D1 [core/build_id.mk]
  Version bump to TQ1A.230105.001.D2 [core/build_id.mk]
  Support chained init_boot partition signing
  Version bump to TQ1A.230105.001.C2 [core/build_id.mk]
  Version bump to TQ1A.230105.001.C1 [core/build_id.mk]
  Version bump to TQ1A.230205.001.A1 [core/build_id.mk]
  Version bump to TQ1A.230105.002.A1 [core/build_id.mk]
  Version bump to TQ1A.230105.001.A3 [core/build_id.mk]
  Version bump to TQ1A.230205.001.B1 [core/build_id.mk]
  Update Security String to 2023-02-05
  Support chained init_boot partition signing
  Version bump to TQ1A.230105.002 [core/build_id.mk]
  Version bump to TQ1A.230105.001.B1 [core/build_id.mk]

Change-Id: I0922d5caeeb6b826264e6e3334b5ef43f75b4f38
tree: 385ae6fc98475e9c6787b99fb2e3fe9e21dde8f4
  1. common/
  2. core/
  3. orchestrator/
  4. packaging/
  5. target/
  6. tests/
  7. tools/
  8. .gitignore
  9. banchanHelp.sh
  10. buildspec.mk.default
  11. Changes.md
  12. CleanSpec.mk
  13. Deprecation.md
  14. envsetup.sh
  15. finalize_branch_for_release.sh
  16. help.sh
  17. METADATA
  18. navbar.md
  19. OWNERS
  20. PREUPLOAD.cfg
  21. rbesetup.sh
  22. README.md
  23. tapasHelp.sh
  24. Usage.txt
README.md

Android Make Build System

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.