OSDN Git Service

Updating security string to 2016-07-01 am: 45ff24a04b am: 1dd3095e78 am: 0b4608ca4d...
authorZach Jang <zachjang@google.com>
Tue, 24 May 2016 01:19:54 +0000 (01:19 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 24 May 2016 01:19:54 +0000 (01:19 +0000)
am: 3ffee87b5c

* commit '3ffee87b5cd468aa5bf14a3e326aa080948db4f3':
  Updating security string to 2016-07-01

Change-Id: Id3468f4dbeb626ad3289f5acef32a72e3e18201b

1  2 
core/version_defaults.mk

@@@ -110,10 -100,10 +110,10 @@@ endi
  
  ifeq "" "$(PLATFORM_SECURITY_PATCH)"
    # Used to indicate the security patch that has been applied to the device.
 -  # Can be an arbitrary string, but must be a single word.
 +  # Must be of the form "YYYY-MM-DD" on production devices.
    #
    # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
-   PLATFORM_SECURITY_PATCH := 2016-06-01
+   PLATFORM_SECURITY_PATCH := 2016-07-01
  endif
  
  ifeq "" "$(PLATFORM_BASE_OS)"