resolved conflicts for merge of 256dd1a5 to master

Change-Id: Iffef557a3d9d3df321b5ae38e891d5a2a3e88e70
This commit is contained in:
John "Juce" Bruce
2015-06-19 19:49:36 -07:00
12 changed files with 12 additions and 12 deletions

View File

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

View File

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