Fix multilib issues

Change-Id: I069c8681d2b25221e8767db9437dbfded5618283
This commit is contained in:
Jeff Tinker
2014-05-19 16:49:17 -07:00
parent e56e58fbf5
commit 6f35b0b86c
6 changed files with 6 additions and 2 deletions

View File

@@ -21,4 +21,5 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE := libwvmcommon
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TARGET_ARCH := $(WIDEVINE_SUPPORTED_ARCH)
LOCAL_MULTILIB := 32
include $(BUILD_STATIC_LIBRARY)