6 lines
80 B
Makefile
6 lines
80 B
Makefile
|
ifneq ($(BUILD_TINY_ANDROID),true)
|
||
|
|
||
|
include $(call all-subdir-makefiles)
|
||
|
|
||
|
endif
|