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

@@ -20,4 +20,6 @@ LOCAL_MODULE := libwvdrmdrmplugin
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TARGET_ARCH := arm mips x86
include $(BUILD_STATIC_LIBRARY)

View File

@@ -58,4 +58,6 @@ LOCAL_MODULE := libwvdrmdrmplugin_test
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TARGET_ARCH := arm mips x86
include $(BUILD_EXECUTABLE)