Re-Add MIPS to Android CDM Build
(This is a merge of http://go/wvgerrit/14795) This change restores the ability to build the Widevine CDM for Android for MIPS devices. It restores the precompiled binaries for MIPS and re-adds MIPS to all makefiles. This change includes a new build of the obfuscated binaries for MIPS32r1 that were built using a MIPS device on the emulator. level3/mips/libwvlevel3.a Level3 Library Jun 19 2015 12:32:49 Bug: 19482469 Change-Id: Ifa1c299a5751f3772c42289d8333a2b8cec51f69
This commit is contained in:
@@ -32,7 +32,7 @@ LOCAL_SRC_FILES := gmock-all.cc
|
||||
LOCAL_C_INCLUDES := $(libgmock_target_includes)
|
||||
LOCAL_CFLAGS += $(libgmock_cflags)
|
||||
LOCAL_MODULE := libgmock
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
#######################################################################
|
||||
@@ -43,5 +43,5 @@ LOCAL_SRC_FILES := gmock_main.cc
|
||||
LOCAL_C_INCLUDES := $(libgmock_target_includes)
|
||||
LOCAL_CFLAGS += $(libgmock_cflags)
|
||||
LOCAL_MODULE := libgmock_main
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
@@ -29,6 +29,6 @@ LOCAL_MODULE := libwvdrmengine_test
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
Reference in New Issue
Block a user