Excludes widevine drm libs from build for now, will re-enable when the libs are available. Change-Id: I51521afd073029bb0e5bcf0d00ea770c2bf18001
7 lines
141 B
Makefile
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
|