aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-13 20:33:34 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-13 20:34:41 +0000
commit355dc0bbf71913a3519de2dafaf54b1ece5896f4 (patch)
tree5fd77a026f0a8a87cddb733cf886432133fa9fac
parent458c8a342cd8c668e14698fdb3bf4cc3eff2d3a5 (diff)
parent92e5a33b49a96682c95f3f210d0eaab4e78ffa41 (diff)
downloadbuild-nougat-mr1.1-release.tar.gz
Make change and version bump to N4F27Pandroid-7.1.1_r54nougat-mr1.1-release
Change-Id: I562ab7505946b8f4e3ab05f8bb30bf1231617220
-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 3971fd1166..2bf8df21ed 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=N4F27O
+export BUILD_ID=N4F27P
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)"