commit | 055b7692fb8b8830991774ed0d68a94abd76c335 | [log] [tgz] |
---|---|---|
author | Kevin F. Haggerty <haggertk@lineageos.org> | Sat Oct 07 09:52:15 2023 -0600 |
committer | Kevin F. Haggerty <haggertk@lineageos.org> | Sat Oct 07 09:52:15 2023 -0600 |
tree | eaeba521bcf767710418cf159ca7eaee937859c4 | |
parent | 90ee6ceb55bafe34aed38acc72bbd9683c4d3b4b [diff] |
Bump Security String to 2023-10-06 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2023-21244 A-276729064 EoP High 11, 12, 12L, 13 CVE-2023-21252 A-275339978 DoS High 11, 12, 12L, 13 CVE-2023-21253 A-266580022 DoS High 11, 12, 12L, 13 CVE-2023-40117 A-253043065 EoP High 11, 12, 12L, 13 CVE-2023-40120 A-274775190 EoP High 11, 12, 12L, 13 CVE-2023-40121 A-224771621 ID High 11, 12, 12L, 13 CVE-2023-40123 A-278246904 ID High 11, 12, 12L, 13 CVE-2023-40125 A-279902472 EoP High 11, 12, 12L, 13 CVE-2023-40127 A-262244882 ID High 11, 12, 12L, 13 CVE-2023-40128 A-274231102 EoP High 11, 12, 12L, 13 CVE-2023-40129 A-273874525 RCE Critical 12, 12L, 13 CVE-2023-40130 A-289809991 EoP High 11, 12, 12L, 13 CVE-2023-40131 A-282919145 EoP High 12, 12L, 13 CVE-2023-40133 A-283264674 ID High 11, 12, 12L, 13 CVE-2023-40134 A-283101289 ID High 12, 12L, 13 CVE-2023-40135 A-281848557 ID High 11, 12, 12L, 13 CVE-2023-40136 A-281666022 ID High 11, 12, 12L, 13 CVE-2023-40137 A-281665050 ID High 11, 12, 12L, 13 CVE-2023-40138 A-281534749 ID High 11, 12, 12L, 13 CVE-2023-40139 A-281533566 ID High 11, 12, 12L, 13 CVE-2023-40140 A-274058082 EoP High 11, 12, 12L, 13 Previously Implemented: ======================= CVE: References: Type: Severity: Updated AOSP versions: Prior Change: CVE-2023-4863 A-299477569 RCE Critical 11, 12, 12L, 13 161f49c CVE-2023-21266 A-223376078 EoP High 11, 12, 12L, 13 5b7edbf2ba07 CVE-2023-21291 A-277593270 ID High 11, 12, 12L, 13 43442f4eb22a Not Implemented: ======================= None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2023-40116 A-270368476 EoP High 11, 12, 12L Change-Id: I86b8b7e9108dd1667b6a70eb35c3fee657f6dd78
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.