aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-25 19:02:52 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-25 19:04:06 +0000
commitfffa47766a5478f796e6ab2dee272e04c1110078 (patch)
treea22d11079780ef147c6afc025e22aabac0bdcf6a
parent2d990ff2f772184e8e47c0a398f874f342e7d561 (diff)
parent123a431b80f513d9c3009d5bf4d32f65a7cd34e5 (diff)
downloadbuild-oreo-m4-s7-release.tar.gz
Make change and version bump to OPM4.171019.021.N1android-8.1.0_r37oreo-m4-s7-release
Change-Id: I5a96c79736f3eeb1a7edd8ef6c0c0e14879ef04a
-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 f4c6477201..1811029d1c 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=OPM4.171019.021
+export BUILD_ID=OPM4.171019.021.N1
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a15537e4b1..e23b9af30c 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-05-05
+ PLATFORM_SECURITY_PATCH := 2018-07-05
endif
ifndef PLATFORM_BASE_OS