aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-03-13 21:01:32 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-03-13 21:01:59 +0000
commit5144515eac8d9eafd3e532e62ae9afeac178fe5f (patch)
treec697f14bcc76d727156a8d965fe6efaed5c5d154
parent1e6e72f90e926b06f7e54bf383249335430d5494 (diff)
parent0996ee13de90fdf93f988875fdd4f3714cef8f67 (diff)
downloadbuild-5144515eac8d9eafd3e532e62ae9afeac178fe5f.tar.gz
Make change and version bump to OPM8.190505.001android-8.1.0_r64
Change-Id: I66c46a299bf1a92dcb142e2ff82837e7bc1c8bf4
-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 f8ed4e1774..7f64a832c9 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=OPM8.190501.001
+export BUILD_ID=OPM8.190505.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 8ce30f6d02..5193eb21b1 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 := 2019-05-01
+ PLATFORM_SECURITY_PATCH := 2019-05-05
endif
ifndef PLATFORM_BASE_OS