aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-19 12:00:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-19 12:00:30 +0000
commit858e72c94004d9f3ae8994bfac85cc019b57c1fc (patch)
tree588e02c87711534e9aae38c9e1dad47703fd5904
parent1dbda9c72b98a63f65ce35dee018221f651c2475 (diff)
parent4fd9f2d0084dcfc532b9e5aa1ff6c78eb643b4f6 (diff)
downloadbuild-858e72c94004d9f3ae8994bfac85cc019b57c1fc.tar.gz
Snap for 8326006 from 4fd9f2d0084dcfc532b9e5aa1ff6c78eb643b4f6 to mainline-media-swcodec-releaseandroid-mainline-12.0.0_r120
Change-Id: Ied1f0abec9976be2703cdef35c4e91b180b63c78
-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 d65e697214..745ac0b79c 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-04-01
+ PLATFORM_SECURITY_PATCH := 2022-05-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH