aboutsummaryrefslogtreecommitdiffstats
path: root/config/modules/000-dependencies.mk
blob: 30b5616be45032f43f5f8af4dbf2ae5f6363cc65 (plain)
1
2
3
4
5
6
define generate_file
	./init.sh ${ABI} ${NDK}
	
endef
all:
	$(call generate_file)