aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-12-11 19:39:22 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-12-11 19:39:29 +0000
commitb6b33b59534de37b738ad7de92e0dbe8ce60aebe (patch)
tree2fa0cd48fca3fbc7d0636b0b73174956a434a203
parent5536934c0e388c4037005a4f2b0841387d1d09e8 (diff)
parentd7e105998ed33dbdebc1235d5463ee044e31c0f2 (diff)
downloadbuild-b6b33b59534de37b738ad7de92e0dbe8ce60aebe.tar.gz
Make change and version bump to OPM8.190205.001android-8.1.0_r61
Change-Id: I9bd3389cb515bd45b0f0ea54916bb9ce792e5233
-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 b66f243f9f..f4df2b4f09 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.190201.002
+export BUILD_ID=OPM8.190205.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index f26191c600..b52bdc932f 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-02-01
+ PLATFORM_SECURITY_PATCH := 2019-02-05
endif
ifndef PLATFORM_BASE_OS