aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2022-11-09 18:12:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-09 18:26:36 +0000
commitcb105c802276677d1a492f662f05a9a39114462e (patch)
treedfa58768b3335cf4cb21b6a4ec80cc23cf20d3ce
parentc711789164937a702ae8bd3a7f49f4dcf2f81074 (diff)
downloadbuild-cb105c802276677d1a492f662f05a9a39114462e.tar.gz
Update Security String to 2022-12-01
Bug: 250644806 Change-Id: I79e50fe61a3b5c4c269625113802db578525fb26 (cherry picked from commit a94ddc8f0e5ce5dad63f0832301ef1513f149939) Merged-In: I79e50fe61a3b5c4c269625113802db578525fb26
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index d93792128b..a0c4d75137 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,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-12-05
+ PLATFORM_SECURITY_PATCH := 2022-12-01
endif
include $(BUILD_SYSTEM)/version_util.mk