aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-02-19 22:40:33 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-02-19 22:40:55 +0000
commitefba87478261acf1e641b6437aceee09a2ab6761 (patch)
treedca99a4561fa66f0ceb31bbc241f4dbe5eaca867
parentae96d8cfbcde6bf31188f8149bc376f5139069b6 (diff)
parent19c7c3cb2bb868321613a1a5ed8403a5884a306b (diff)
downloadbuild-efba87478261acf1e641b6437aceee09a2ab6761.tar.gz
Make change and version bump to OPM8.190405.001android-8.1.0_r63
Change-Id: Ia5b63e29830ab6590b87f299c462605d03d2e43b
-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 53880ceb21..2e0bb97bb3 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.190401.001
+export BUILD_ID=OPM8.190405.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 965adc3aa8..855993a2b1 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-04-01
+ PLATFORM_SECURITY_PATCH := 2019-04-05
endif
ifndef PLATFORM_BASE_OS