diff options
| author | Ali Al-Asadi <alasadi56@gmail.com> | 2017-12-11 21:13:18 +0100 |
|---|---|---|
| committer | Ali Al-Asadi <alasadi56@gmail.com> | 2017-12-11 21:13:18 +0100 |
| commit | 73ebd9fec5563d83e964882820b52cdc7403f5e5 (patch) | |
| tree | ccb36a11027736171dd7c353a7f475023e643c65 | |
| parent | 7d65b91fe5efee87db76922ae5322d8728922f2e (diff) | |
Bump security string to 2017-12-05n7.1
Change-Id: Ib5a18e61ac99444b50538db122782c5830032396
| -rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 863b438df8..b09ab6cdc2 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -131,7 +131,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-11-06 + PLATFORM_SECURITY_PATCH := 2017-12-05 endif ifeq "" "$(PLATFORM_BASE_OS)" |
