build
修订版 | ca7da85fcce8ca562fbc6b16ce4d9cdae6439f51 (tree) |
---|---|
时间 | 2017-10-03 07:25:16 |
作者 | Adam Seaton <aseaton@goog...> |
Commiter | Dan Pasanen |
[DO NOT MERGE] Update platform security string to 2017-10-05 in nyc-dev Bug:64896113
(cherry picked from commit 1517f3d2da27eae798a3ac765096251914f9b119)
Change-Id: Iaf69b105d57ab33dccde1b13be5271178269f82a
@@ -131,7 +131,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" | ||
131 | 131 | # It must be of the form "YYYY-MM-DD" on production devices. |
132 | 132 | # It must match one of the Android Security Patch Level strings of the Public Security Bulletins. |
133 | 133 | # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. |
134 | - PLATFORM_SECURITY_PATCH := 2017-10-01 | |
134 | + PLATFORM_SECURITY_PATCH := 2017-10-05 | |
135 | 135 | endif |
136 | 136 | |
137 | 137 | ifeq "" "$(PLATFORM_BASE_OS)" |