You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 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
|