From 844d5981a55afb72735e856f257a47071fd1957e Mon Sep 17 00:00:00 2001 From: Alexy Joseph Date: Wed, 9 Dec 2015 23:25:58 -0800 Subject: [PATCH 1/3] build: Add support for DTS decoder Add support for DTS decoder Change-Id: If7e4c1ed2803387aa19b630d85ece3538f68a318 --- target/product/core_base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/core_base.mk b/target/product/core_base.mk index 03d33e1b6..b9363d28c 100644 --- a/target/product/core_base.mk +++ b/target/product/core_base.mk @@ -56,6 +56,7 @@ PRODUCT_PACKAGES += \ libstagefright_soft_vorbisdec \ libstagefright_soft_vpxdec \ libstagefright_soft_vpxenc \ + libstagefright_soft_dtsdec \ libvariablespeed \ libwebrtc_audio_preprocessing \ mdnsd \ From 755c8f3199859168837bf4f864fe70ed857a55d3 Mon Sep 17 00:00:00 2001 From: Zach Jang Date: Fri, 20 Nov 2015 14:37:14 -0800 Subject: [PATCH 2/3] Update Security String to 2016-01-01 to mnc-dev http://b/25819582 Change-Id:Ie55f9476110b08591da05774f582a6e48ce12de7 (cherry picked from commit cfcece834c21490b17f8110dd33ce58d0d1ab0b0) --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index a67a82ea0..29392242d 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 := 2015-12-01 + PLATFORM_SECURITY_PATCH := 2016-01-01 endif ifeq "" "$(PLATFORM_BASE_OS)" From cafa5635fbdb1d46a571878e6134b845b0823023 Mon Sep 17 00:00:00 2001 From: Zach Jang Date: Wed, 9 Dec 2015 12:46:59 -0800 Subject: [PATCH 3/3] Update Security String to 2016-02-01 b/26110717 . Change-Id: I1085f5d053b07c6c81d2ef22fbba5ab9157a67f2 (cherry picked from commit f0f73c06e25e17ecf8e06f42c51efac102597f57) --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 29392242d..bf9b2e84b 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-01-01 + PLATFORM_SECURITY_PATCH := 2016-02-01 endif ifeq "" "$(PLATFORM_BASE_OS)"