aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-13 22:29:28 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-13 22:30:31 +0000
commit7217a469e631902034fb1a2f4d57a65475e8c4a2 (patch)
treebc2a5dd080c5b2fa23034010308d7c1ff36e9d0f
parent9ec0c98b3892a50ff9def16967519b6cd5f0ded2 (diff)
parent6d6c4444a5605a2a0dd1084ea4aa2f0590701df1 (diff)
downloadbuild-nougat-mr1-volantis-release.tar.gz
Make change and version bump to N9F27Mandroid-7.1.1_r58nougat-mr1-volantis-release
Change-Id: I9ea7148a634af95fea3763d049250f049b464631
-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 9080787970..3142d0e8fb 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=N9F27L
+export BUILD_ID=N9F27M
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index befd346f82..f565d033fc 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,7 +114,7 @@ ifeq "" "$(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 := 2017-09-05
+ PLATFORM_SECURITY_PATCH := 2017-10-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"