6 lines
217 B
Makefile
6 lines
217 B
Makefile
|
# Constants and makefile shit used in build
|
||
|
mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))
|
||
|
current_dir = $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))
|
||
|
ANDROID_NDK = /opt/android-ndk
|
||
|
NDK_TARGETVER = 27
|