# widevine prebuilts only available for ARM # To build this dir you must define BOARD_WIDEVINE_OEMCRYPTO_LEVEL in the board config. ifdef BOARD_WIDEVINE_OEMCRYPTO_LEVEL ifneq ($(filter arm x86 mips,$(TARGET_ARCH)),) include $(call all-subdir-makefiles) endif # TARGET_ARCH == arm, x86, mips endif # BOARD_WIDEVINE_OEMCRYPTO_LEVEL