aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-24 23:13:33 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-24 23:15:02 +0000
commit4282a94c6677f8f820635c8dac5c208be93b42dc (patch)
treed077dc406176fe64241f34d73492afe9790db742
parent59625d730d57efdf8ad9b91017de23a531fa4ba4 (diff)
parentf6b80d397fcde50824f9cb9d01bdd68acbd402c0 (diff)
downloadbuild-4282a94c6677f8f820635c8dac5c208be93b42dc.tar.gz
Make change and version bump to NGI55B
Change-Id: Ia0c0133a1b6e0dc3cba9431796ceaeba2ed6a818
-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 14236ae3d5..dea6f54bd5 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=NGI20B
+export BUILD_ID=NGI55B
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index bb95a849a1..befd346f82 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-08-05
+ PLATFORM_SECURITY_PATCH := 2017-09-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"