widevine: support multilib builds

Support builds for multiple architectures the same time:
Use LOCAL_MODULE_TARGET_ARCH to restrict building to specific arches
Use LOCAL_C_INCLUDES_x86 to set the include path for only x86 builds

Change-Id: I7c33c27f1c9bfb6e3318a07514698992482f6cd7
This commit is contained in:
Colin Cross
2014-02-13 17:07:58 -08:00
parent ccecfd7192
commit d6b79557ab
21 changed files with 32 additions and 73 deletions

View File

@@ -22,6 +22,4 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
libz
ifeq ($(TARGET_ARCH),x86)
LOCAL_SHARED_LIBRARIES += libdl
endif
LOCAL_SHARED_LIBRARIES_x86 += libdl