6 lines
112 B
Makefile
6 lines
112 B
Makefile
|
|
ifeq ($(IS_ANDROID_OS),true)
|
||
|
|
include $(call all-subdir-makefiles)
|
||
|
|
else
|
||
|
|
include $(call allSubdirMakefiles)
|
||
|
|
endif
|