diff options
author | Zach Jang <zachjang@google.com> | 2016-03-17 17:11:47 -0700 |
---|---|---|
committer | The Android Automerger <android-build@android.com> | 2016-03-22 15:18:48 -0700 |
commit | a6860b36206db668677d3738a285c055bd7917c5 (patch) | |
tree | 78560daaed6f610dcea1023cdb1a9ef7b3af639f | |
parent | 2d0200fa1c800d23c892dddbae143144601754cc (diff) | |
download | platform_build-a6860b36206db668677d3738a285c055bd7917c5.tar.gz platform_build-a6860b36206db668677d3738a285c055bd7917c5.tar.bz2 platform_build-a6860b36206db668677d3738a285c055bd7917c5.zip |
Update Security String to 2016-04-02 in preparation for April 2016 Security OTA v2
- kernel updates with patches for CVE-2015-1805
b/27724967
Change-Id: Ie9daf35dcba3f844c925358daf2646b7ab5b5f5f
Resolving cherry-pick issue w/ string changes to 2016-04-02
- directly to mnc-mr1-release
-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 8cc69003e5..40ddfa0246 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -103,7 +103,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # Can be an arbitrary string, but must be a single word. # # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2016-04-01 + PLATFORM_SECURITY_PATCH := 2016-04-02 endif ifeq "" "$(PLATFORM_BASE_OS)" |