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.
 
 

6 regels
217 B

  1. # Constants and makefile shit used in build
  2. mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))
  3. current_dir = $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))
  4. ANDROID_NDK = /opt/android-ndk
  5. NDK_TARGETVER = 27