Files
android/proprietary/Android.mk
Jeff Tinker e3e41ac5fd 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
2012-04-12 10:58:05 -07:00

7 lines
141 B
Makefile

# widevine prebuilts only available for ARM
ifeq ($(TARGET_ARCH),arm)
include $(call all-subdir-makefiles)
endif # TARGET_ARCH == arm, x86