Rahul's changes in preparation for adding x86 support Change-Id: Ib51dfa72291857c44be37595be2205dd040fc0dd related-to-bug: 6276794
7 lines
157 B
Makefile
7 lines
157 B
Makefile
# widevine prebuilts only available for ARM
|
|
ifneq ($(filter arm x86,$(TARGET_ARCH)),)
|
|
|
|
include $(call all-subdir-makefiles)
|
|
|
|
endif # TARGET_ARCH == arm, x86
|