Update Security String to 2024-07-05

This value conforms to the required SPL string format, but does not
indicate that the codebase includes all security patches up to this
version. Instead, it serves as an EOL marker for security patches on
this branch.

Bug: 341007644
Ignore-AOSP-First: This is only for the branch
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:814516e7d743a9a51faa5bf2ac0eef60c1f822a4)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5c6658ce2f5e03b60b914d2992a1d6f4b94b6b09)
Merged-In: Iae261f2c9c53af36498fcd8e5b8cc5c07e3948fd
Change-Id: Iae261f2c9c53af36498fcd8e5b8cc5c07e3948fd
1 file changed
tree: ee46c76a2acda2e9c89287f12dc9422c1315be79
  1. common/
  2. core/
  3. packaging/
  4. target/
  5. tests/
  6. tools/
  7. .gitignore
  8. Android.bp
  9. banchanHelp.sh
  10. buildspec.mk.default
  11. Changes.md
  12. CleanSpec.mk
  13. Deprecation.md
  14. envsetup.sh
  15. help.sh
  16. METADATA
  17. navbar.md
  18. OWNERS
  19. PREUPLOAD.cfg
  20. rbesetup.sh
  21. README.md
  22. tapasHelp.sh
  23. 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.