diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2019-03-18 21:07:16 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-03-18 21:07:22 +0000 |
commit | 5e4737d5036aa1f89af57a2c959b5aba014862dd (patch) | |
tree | a98d7b8e7c0a5a6ae3832178b513e857e596d7d0 | |
parent | 81cc877fc46bd88be419b912a251328bb6d169fa (diff) | |
parent | 291000267541552e157e74944bb3b7bbf909fc23 (diff) | |
download | platform_build-nougat-mr0.5-release.tar.gz platform_build-nougat-mr0.5-release.tar.bz2 platform_build-nougat-mr0.5-release.zip |
Make change and version bump to NBD92Yandroid-7.0.0_r36nougat-mr0.5-release
Change-Id: Ia685fd5a55d2c3f93bfb6f5eb114b173425f6a2e
-rw-r--r-- | core/build_id.mk | 2 | ||||
-rw-r--r-- | core/version_defaults.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index 310afdf371..daa0530c48 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=NBD92X +export BUILD_ID=NBD92Y diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 8c0f9e8c8f..4ad08d324e 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 := 2018-10-01 + PLATFORM_SECURITY_PATCH := 2019-03-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |