aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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