aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-08-16 01:21:22 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-08-16 01:21:36 +0000
commitf6177a7d0887f71405d8823d59c7a3fda6214e94 (patch)
treeb279f37d494eced73cf1395c58a23e87e8aac7ec
parent6f135c944819362022fbeb5c773d30bdb0217a27 (diff)
parent4d00cf194f385ff8b62d19ab7f531687bed28d08 (diff)
downloadbuild-f6177a7d0887f71405d8823d59c7a3fda6214e94.tar.gz
Make change and version bump to OPM7.181005.001
Change-Id: Id60aaabb4f6731503d50c22843e31a90f0cd3c0f
-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 c9fb37237c..062334efe1 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=OPM6.171019.030.K1
+export BUILD_ID=OPM7.181005.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a4185b1ed7..4dee6f00c5 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-09-05
+ PLATFORM_SECURITY_PATCH := 2018-10-05
endif
ifndef PLATFORM_BASE_OS