aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Jang <zachjang@google.com>2017-03-16 12:00:00 -0700
committerZach Jang <zachjang@google.com>2017-03-16 12:00:00 -0700
commit7666e4c2c1b6ccfe7625d6f3f4d71a23ab13397f (patch)
tree057cea9613a14c7e4e2bab0fcc09c08a4c367823
parentef9807a4d8fb9fa8c7e20f91fe51991592dd5e89 (diff)
downloadbuild-7666e4c2c1b6ccfe7625d6f3f4d71a23ab13397f.tar.gz
Revert patch string from 2017-04-05 to 2017-04-01
Change-Id: I0d0f685675c0b41dffb9d2d8f2332ecb8a738235
-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 86a67a1778..9d671669fe 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,7 +114,7 @@ ifeq "" "$(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 := 2017-04-05
+ PLATFORM_SECURITY_PATCH := 2017-04-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"