summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot2017-12-14 15:23:30 -0600
committerandroid-build-team Robot2017-12-14 15:23:57 -0600
commitd88088a407cab99d0e30192d2ee50ab0c60e49ac (patch)
treebcd41f4902311b5bafe482d1e2fb8ddafa49ef95
parentbde674396f37628e0554c9957813dcaf9f6c3d0c (diff)
parentb7a69b91299eddfd403fec0743c8cf1b21667d69 (diff)
downloadplatform-build-d88088a407cab99d0e30192d2ee50ab0c60e49ac.tar.gz
platform-build-d88088a407cab99d0e30192d2ee50ab0c60e49ac.tar.xz
platform-build-d88088a407cab99d0e30192d2ee50ab0c60e49ac.zip
Make change and version bump to OPM1.171019.016android-8.1.0_r10
Change-Id: Ibfb9fdf363c58ec76c88e0bba04b86f457718a6c
-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 bedf2624d..8f576a239 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
18# (like "CRB01"). It must be a single word, and is 18# (like "CRB01"). It must be a single word, and is
19# capitalized by convention. 19# capitalized by convention.
20 20
21export BUILD_ID=OPM1.171019.015 21export BUILD_ID=OPM1.171019.016
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 23fb68e4d..7ebda5594 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -181,7 +181,7 @@ ifndef PLATFORM_SECURITY_PATCH
181 # It must be of the form "YYYY-MM-DD" on production devices. 181 # It must be of the form "YYYY-MM-DD" on production devices.
182 # It must match one of the Android Security Patch Level strings of the Public Security Bulletins. 182 # It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
183 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. 183 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
184 PLATFORM_SECURITY_PATCH := 2018-01-05 184 PLATFORM_SECURITY_PATCH := 2018-02-05
185endif 185endif
186 186
187ifndef PLATFORM_BASE_OS 187ifndef PLATFORM_BASE_OS