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

Android 13.0.0 release 35

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZA9jqQAKCRDorT+BmrEO
# eIUFAJ9r1br3XD7sWVK1tmvHs5/Ld9GDOQCfeTisNr3Y4lJVtEkCCMnCeJRCsAs=
# =WfeV
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon Mar 13 19:55:53 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 1575 signatures in the past
#      16 months.  Encrypted 4 messages in the past 14 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 (37) and others
# Via Android Build Coastguard Worker (106) and others
* tag 'android-13.0.0_r35': (57 commits)
  Version bump to TQ2A.230305.008.C1 [core/build_id.mk]
  Version bump to TQ2A.230305.008 [core/build_id.mk]
  Version bump to TQ2A.230305.007 [core/build_id.mk]
  Version bump to TQ2A.230305.006 [core/build_id.mk]
  Version bump to TQ2A.230305.005 [core/build_id.mk]
  Version bump to TQ2A.230305.004 [core/build_id.mk]
  Version bump to TQ2A.230305.003 [core/build_id.mk]
  Version bump to TQ2A.230305.002 [core/build_id.mk]
  Update Security String to 2023-03-05
  Version bump to TQ2A.230109.003 [core/build_id.mk]
  Version bump to TQ2A.230109.002 [core/build_id.mk]
  Fix VB 1.0 failure due to openssl output format change
  Fix VB 1.0 failure due to openssl output format change
  Version bump to TQ2A.221216.001.A1 [core/build_id.mk]
  Version bump to TQ2A.221220.002 [core/build_id.mk]
  Version bump to TQ2A.221219.002 [core/build_id.mk]
  Add SystemUI build flag for Compose code (3/3)
  Version bump to TQ2A.221212.002 [core/build_id.mk]
  Update Security String to 2023-02-01
  Update Security String to 2023-02-01
  ...

 Conflicts:
	core/build_id.mk
	core/version_defaults.mk
	target/board/BoardConfigEmuCommon.mk

Change-Id: I4a68c49c1d19fe3cc116d5adb2bbf6734b13cbb8
tree: 1bdc25b674adfe8baee918034783e40beca6e7b0
  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.