Merge tag 'android-security-15.0.0_r10' into staging/lineage-22.2_merge-android-security-15.0.0_r10

Android Security 15.0.0 Release 10 (13793697)

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCaLciswAKCRDorT+BmrEO
# eGmuAJ0Sho4WQW2H97iKILsx1l3sroMgyACeJl8r5A7BS1ZQALujaUGeomVhjZg=
# =ZyhQ
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Sep  2 20:00:35 2025 EEST
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate]

* tag 'android-security-15.0.0_r10': (26 commits)
  Version bump to ASV1.240715.033 [core/build_id.mk]
  Version bump to ASV1.240715.032 [core/build_id.mk]
  Version bump to ASV1.240715.031 [core/build_id.mk]
  Set game_default_frame_rate_override as 60 for AOSP
  Version bump to ASV1.240715.029 [core/build_id.mk]
  Version bump to ASV1.240715.028 [core/build_id.mk]
  Version bump to ASV1.240715.027 [core/build_id.mk]
  Version bump to ASV1.240715.026 [core/build_id.mk]
  Version bump to ASV1.240715.025 [core/build_id.mk]
  Version bump to ASV1.240715.024 [core/build_id.mk]
  Version bump to ASV1.240715.023 [core/build_id.mk]
  Version bump to ASV1.240715.022 [core/build_id.mk]
  Version bump to ASV1.240715.021 [core/build_id.mk]
  Version bump to ASV1.240715.020 [core/build_id.mk]
  Version bump to ASV1.240715.019 [core/build_id.mk]
  Version bump to ASV1.240715.018 [core/build_id.mk]
  Version bump to ASV1.240715.017 [core/build_id.mk]
  Version bump to ASV1.240715.016 [core/build_id.mk]
  Version bump to ASV1.240715.015 [core/build_id.mk]
  Version bump to ASV1.240715.014 [core/build_id.mk]
  ...

 Conflicts:
	core/build_id.mk

Change-Id: I77757788054d39ee3d55106246526be4cb5de4a3
tree: 1f2e5c3c9c13a2bdc938973a6320e2d59ef0674a
  1. backported_fixes/
  2. ci/
  3. common/
  4. core/
  5. packaging/
  6. target/
  7. teams/
  8. tests/
  9. tools/
  10. .gitignore
  11. Android.bp
  12. banchanHelp.sh
  13. buildspec.mk.default
  14. Changes.md
  15. CleanSpec.mk
  16. Deprecation.md
  17. envsetup.sh
  18. help.sh
  19. navbar.md
  20. OWNERS
  21. PREUPLOAD.cfg
  22. rbesetup.sh
  23. README.md
  24. shell_utils.sh
  25. tapasHelp.sh
  26. 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.