diff options
| author | 2017-08-21 11:08:37 -0700 | |
|---|---|---|
| committer | 2017-08-21 11:08:37 -0700 | |
| commit | cf83f5a4f397d60742699c9b69f014011b1e07b6 (patch) | |
| tree | ed3ee947a96a8616c45ccbe0b56a8b0f1ef53c2e | |
| parent | 788d85f5aeb65b4889df851e88adf5f864088ee8 (diff) | |
[DO NOT MERGE] Update platform security string to 2017-10-01 in lmp-dev Bug:64896113
| -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 be82fbc50e..6ba045486e 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -75,7 +75,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # 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-01 + PLATFORM_SECURITY_PATCH := 2017-10-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |