6 lines
139 B
Makefile
Executable file
6 lines
139 B
Makefile
Executable file
_ANDROID_BUILD := true
|
|
OSMAND_MAKEFILES := $(all-subdir-makefiles)
|
|
|
|
# By default, include makefiles only once
|
|
include $(OSMAND_MAKEFILES)
|
|
|