您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

6 行
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