commit | d0c3218f2ba00441c969f0f8ad237515ad33738b | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@gmail.com> | Fri Feb 09 00:11:28 2024 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Feb 13 12:46:57 2024 +0000 |
tree | d714a5fd4e7bb66cf9fa7787f878ecd2cac8f284 | |
parent | 9788d8d3e84be1b4abce698f27eacb35ad311828 [diff] |
Bump Security String to 2024-02-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2023-40122 A-286235483 ID High 11, 12, 12L, 13, 14 CVE-2024-0029 A-305664128 EoP High 13 CVE-2024-0030 A-276898739 ID High 11, 12, 12L, 13, 14 CVE-2024-0031 A-297524203 RCE Critical 11, 12, 12L, 13, 14 CVE-2024-0032 A-283962634 EoP High 11, 12, 12L, 13, 14 CVE-2024-0033 A-294609150 EoP High 11, 12, 12L, 13, 14 CVE-2024-0034 A-298094386 EoP High 11, 12, 12L, 13 CVE-2024-0035 A-300903792 EoP High 11, 12, 12L, 13, 14 CVE-2024-0036 A-230492947 EoP High 11, 12, 12L, 13, 14 CVE-2024-0037 A-292104015 ID High 11, 12, 12L, 13, 14 CVE-2024-0040 A-300007708 ID High 11, 12, 12L, 13, 14 Previously Implemented: ======================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2023-40093 A-279055389 ID High 11, 12, 12L, 13, 14 Not Implemented: ======================= None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2024-0014 A-304082474 EoP High 11, 12, 12L, 13, 14 Prebuilt GMS component CVE-2024-0038 A-309426390 EoP High 14 CVE-2024-0041 A-300741186 EoP High 14 Change-Id: I64e4b3064efbbaaa6d85eb455ab7fb9bc910489f
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.