Merge "Re-Add MIPS to Android CDM Build" into mnc-dev

This commit is contained in:
John "Juce" Bruce
2015-06-20 00:33:00 +00:00
committed by Android (Google) Code Review
12 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_SHARED_LIBRARIES)
LOCAL_MODULE := liboemcrypto
LOCAL_MODULE_TARGET_ARCH := arm x86
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
include $(BUILD_SHARED_LIBRARY)

View File

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