aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-10-16 22:59:56 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-10-16 23:00:08 +0000
commitbe4767642f0c4eb5250963371b7c4f3b00e2d509 (patch)
tree6f7cc9735b82f3e3060464ce14a52917dccf7a89
parent4efd5f70838e476f0225ab3e2eb3338122cb3eb3 (diff)
parentc3823909dc164968df803ab3c1184139d095f887 (diff)
downloadplatform_build-be4767642f0c4eb5250963371b7c4f3b00e2d509.tar.gz
platform_build-be4767642f0c4eb5250963371b7c4f3b00e2d509.tar.bz2
platform_build-be4767642f0c4eb5250963371b7c4f3b00e2d509.zip
Make change and version bump to OPM7.181201.001
Change-Id: I7c62c6b04d8b61fd28496bcf77d9f4e5bfaf523b
-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 b84eb96ed2..635f9fcc72 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=OPM7.181105.004
+export BUILD_ID=OPM7.181201.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 1ffb951f16..527d72308f 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-11-05
+ PLATFORM_SECURITY_PATCH := 2018-12-01
endif
ifndef PLATFORM_BASE_OS