Fix widevine unit test builds on 64-bit devices

bug: 17080975
Change-Id: Ic54d484e18fe0416855264ca073474f3d597e1a3
This commit is contained in:
Jeff Tinker
2014-08-16 12:11:05 -07:00
parent 157afc627a
commit fbe0994902
11 changed files with 27 additions and 1 deletions

View File

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

View File

@@ -37,4 +37,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:=oemcrypto_test
LOCAL_MODULE_TARGET_ARCH := arm mips x86
include $(BUILD_EXECUTABLE)