(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
15 lines
234 B
Makefile
15 lines
234 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_CLANG := false
|
|
|
|
LOCAL_MODULE:=oemcrypto_test
|
|
LOCAL_MODULE_TAGS := tests
|
|
|
|
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
|
|
|
include $(LOCAL_PATH)/common.mk
|
|
|
|
include $(BUILD_EXECUTABLE)
|