aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-15 18:57:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-15 18:57:49 +0000
commitfdcda746360d923f9750b9d0860eada4e7dce577 (patch)
treeab3063eeb54d4375b8fb50610ebcb1e24b3d3d12
parent4089cdca72ff6afef1dc650b6d35b837f39eba6d (diff)
parente4842390604b29f4206a312c51ca21ca1d654f1b (diff)
downloadbuild-android12-mainline-sdkext-release.tar.gz
Snap for 8303596 from e4842390604b29f4206a312c51ca21ca1d654f1b to mainline-sdkext-releaseandroid-mainline-12.0.0_r109aml_sdk_311710000android12-mainline-sdkext-release
Change-Id: I3a42247891c1a6ca9f4361b1dd01fe1e1add6272
-rw-r--r--core/version_defaults.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index e7411d0d84..aad89a3ec7 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -156,7 +156,8 @@ endif
.KATI_READONLY := PLATFORM_SDK_VERSION
# This is the sdk extension version of this tree.
-PLATFORM_SDK_EXTENSION_VERSION :=$= 1
+PLATFORM_SDK_EXTENSION_VERSION := 2
+.KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION
# This is the sdk extension version that PLATFORM_SDK_VERSION ships with.
PLATFORM_BASE_SDK_EXTENSION_VERSION :=$= 0
@@ -246,7 +247,7 @@ ifndef PLATFORM_SECURITY_PATCH
# It must be of the form "YYYY-MM-DD" on production devices.
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
- PLATFORM_SECURITY_PATCH := 2022-02-01
+ PLATFORM_SECURITY_PATCH := 2022-04-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH