7 lines
136 B
Makefile
7 lines
136 B
Makefile
# widevine prebuilts only available for ARM
|
|
ifeq ($(TARGET_ARCH),arm)
|
|
|
|
include $(call all-subdir-makefiles)
|
|
|
|
endif # TARGET_ARCH == arm
|