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

Android 13.0.0 Release 16 (TQ1A.221205.011)

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCY45r9QAKCRDorT+BmrEO
# eGd6AJ9WUG65nMf/r4lXGe2/jtxlbFSIEgCdGQEetVCtaTI+5H20+ItbgrgkVvg=
# =vBCu
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Dec  6 00:08:53 2022 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 1386 signatures in the past
#      13 months.  Encrypted 4 messages in the past 10 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 (46) and others
# Via Android Build Coastguard Worker (183) and others
* tag 'android-13.0.0_r16': (66 commits)
  Version bump to TQ1A.221205.011 [core/build_id.mk]
  Version bump to TQ1A.221205.010 [core/build_id.mk]
  Version bump to TQ1A.221205.009 [core/build_id.mk]
  Version bump to TQ1A.221205.008 [core/build_id.mk]
  Version bump to TQ1A.221205.007 [core/build_id.mk]
  Version bump to TQ1A.221205.006 [core/build_id.mk]
  Version bump to TQ1A.221205.005 [core/build_id.mk]
  Version bump to TQ1A.221205.004 [core/build_id.mk]
  Version bump to TQ1A.221205.003 [core/build_id.mk]
  Version bump to TQ1A.221205.002 [core/build_id.mk]
  Update Security String to 2022-12-05
  Version bump to TQ1A.221003.006 [core/build_id.mk]
  Version bump to TQ1A.221003.005 [core/build_id.mk]
  Version bump to TQ1A.221003.004 [core/build_id.mk]
  Version bump to TQ1A.221003.003 [core/build_id.mk]
  Version bump to TQ1A.221003.002 [core/build_id.mk]
  Version bump to TQ1A.220930.003 [core/build_id.mk]
  Version bump to TQ1A.220930.002 [core/build_id.mk]
  Version bump to TQ1A.220916.002 [core/build_id.mk]
  Version bump to TQ1A.220915.002 [core/build_id.mk]
  ...

 Conflicts:
	core/build_id.mk
	core/version_defaults.mk

Change-Id: Ib700be2df0e534d578e3aa3184ce9c29898dd8a0
tree: 9f0aea3042629197bc66d2eb381e7acb61e71184
  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.