aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-02-16 22:52:21 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-02-16 22:53:42 +0000
commit776026a7319909869595e7a22eb7610ed86bc83c (patch)
tree713f88f424d3c610b71c3e3dcc66c63ba4f5c939
parent01e2e4beeb304532351212470d75d1ce30c02a13 (diff)
parent8438febd1deace8d32bdcc513108a5caeab49274 (diff)
downloadbuild-776026a7319909869595e7a22eb7610ed86bc83c.tar.gz
Make change and version bump to OPM5.171019.018
Change-Id: I99b25410193f57f1ae02ca91b38e38661a70caf6
-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 3827924177..39a324d2a7 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=OPM5.171019.017
+export BUILD_ID=OPM5.171019.018
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index f03d9ba34e..648a21d853 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-01
endif
ifndef PLATFORM_BASE_OS