Fix for x86 build error on lunch target vbox_x86-eng

Excludes widevine drm libs from build for now, will
re-enable when the libs are available.

Change-Id: I51521afd073029bb0e5bcf0d00ea770c2bf18001
This commit is contained in:
Jeff Tinker
2012-04-12 10:58:05 -07:00
parent e91ac5af7a
commit e3e41ac5fd

View File

@@ -1,5 +1,5 @@
# widevine prebuilts only available for ARM
ifneq ($(filter arm x86,$(TARGET_ARCH)),)
ifeq ($(TARGET_ARCH),arm)
include $(call all-subdir-makefiles)