commit | 88efeb76dd2df215fcb14bb1a9c0ef217c13d81b | [log] [tgz] |
---|---|---|
author | Kevin F. Haggerty <haggertk@lineageos.org> | Fri Nov 08 11:52:52 2024 -0700 |
committer | Kevin F. Haggerty <haggertk@lineageos.org> | Fri Nov 08 11:52:52 2024 -0700 |
tree | b8c04b994d4043ac70ec9a097f2336d30e7204e4 | |
parent | 171c37a6b454de91adfe66c8e0e1734e17362a2c [diff] |
Bump Security String to 2024-11-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2024-43080 A-330722900 EoP High 12, 12L, 13, 14, 15 CVE-2024-43081 A-341256043 EoP High 12, 12L, 13, 14, 15 CVE-2024-43083 A-348352288 DoS High 12, 12L, 13, 14, 15 CVE-2024-43084 A-281044385 ID High 12, 12L, 13, 14, 15 CVE-2024-43085 A-353712853 EoP High 12, 12L, 13, 14, 15 CVE-2024-43086 A-343440463 ID High 12, 12L, 13, 14, 15 CVE-2024-43087 A-353700779 EoP High 12, 12L, 13, 14, 15 CVE-2024-43088 A-326057017 EoP High 12, 12L, 13, 14, 15 CVE-2024-43089 A-304280682 EoP High 12, 12L, 13, 14, 15 CVE-2024-43090 A-331180422 ID High 12, 12L, 13, 14 CVE-2024-43091 A-344620577 RCE High 12, 12L, 13, 14, 15 CVE-2024-43093 A-341680936 EoP High 12, 13, 14, 15 Previously Implemented: ======================= CVE: References: Type: Severity: Updated AOSP versions: Prior Change: CVE-2024-34719 A-242996380 EoP High 12, 12L, 13, 14 ed87ee31dc6 CVE-2024-40661 A-308138085 EoP High 12, 12L, 13, 14 16ef928c5 Not Implemented: ================ None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2024-29779 A-329701910 EoP High 14 CVE-2024-40660 A-347307756 EoP High 14, 15 CVE-2024-43082 A-296915959 ID High 12, 12L Change-Id: I6b0d0b2919c458fd96f82253936a8719e4359926
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.