aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-02-16 22:32:57 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-02-16 22:33:21 +0000
commitaf0825a6bc29efb651389ccd1f8e277acff24941 (patch)
treeaad8486bf1c0ff2a58120cdf3cc6ffddacd6f00e
parent5b801cf459fd9ee6a2b39c95ce3c250886a07019 (diff)
parent7dcd44ce46822a7b03da409162d585c44a4fcf32 (diff)
downloadbuild-oreo-mr1-wear-release.tar.gz
Change-Id: Ibc83524403c4b5acdfd8fe0ce54248d8b4a14d90
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index f4db18008b..cc4e9f6dc1 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-export BUILD_ID=OPM1.171019.025
+export BUILD_ID=OPM1.171019.026
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index f03d9ba34e..ba494ff0c1 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -181,7 +181,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 := 2018-03-05
+ PLATFORM_SECURITY_PATCH := 2018-04-05
endif
ifndef PLATFORM_BASE_OS