diff options
| author | 2017-07-19 22:00:58 +0000 | |
|---|---|---|
| committer | 2017-07-19 22:00:58 +0000 | |
| commit | 788d85f5aeb65b4889df851e88adf5f864088ee8 (patch) | |
| tree | 97ebeb7aecc8cd798ff6f80c834db2a543ba6925 | |
| parent | 6399f470f6e9f8983f6bc98c2727386aac97407f (diff) | |
| parent | 3da103445b1ee72f15711709d2b4053ee45abf6d (diff) | |
Merge "[DO NOT MERGE] Updating Security String to 2017-09-01 Bug:63846344" into lmp-dev
| -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 e6a8a45317..be82fbc50e 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-07-05 + PLATFORM_SECURITY_PATCH := 2017-09-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |