Files
android/proprietary/Android.mk
Kenny Root a5a6d84805 Make Widevine build ARM-only
Change-Id: I0c749e491eed765ed89d5bbd0ac69a448a428b0d
2011-03-11 12:51:41 -08:00

7 lines
136 B
Makefile

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