Remove Widevine CDM Dependency on STLPort

* Replace an stlport static assert with a C++11 static_assert.
 * Move some libraries that were being built with the NDK but
   statically included into platform code off the NDK.
 * Rebuild the obfuscated binaries to use the new STL.
 * Remove MIPS support temporarily due to an inability to generate
   obfuscated binaries for it. (To be fixed in b/19482469.)

Bug: 15193147
Change-Id: Icc166583b0c6af68550baf17ab8c33076a1179d3
This commit is contained in:
Dan Albert
2015-02-20 14:37:54 -08:00
committed by John "Juce" Bruce
parent bcaec72285
commit 723d67c88f
16 changed files with 27 additions and 89 deletions

View File

@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE:=oemcrypto_test
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TARGET_ARCH := arm mips x86
LOCAL_MODULE_TARGET_ARCH := arm x86
include $(LOCAL_PATH)/common.mk

View File

@@ -14,8 +14,8 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES := \
libcdm \
libcdm_utils \
libgtest_ndk \
libgtest_main_ndk \
libgtest \
libgtest_main \
libwvlevel3 \
libcdm_utils \
@@ -26,5 +26,3 @@ LOCAL_SHARED_LIBRARIES := \
liblog \
libutils \
libz \
LOCAL_CXX_STL := stlport