Browse Source

fixed APP_PLATFORM warning

fysx 11 years ago
parent
commit
29a3e4b566
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jni/Application.mk

+ 1 - 0
jni/Application.mk

@@ -5,5 +5,6 @@ APP_STL := gnustl_shared
 APP_ABI := armeabi armeabi-v7a
 APP_ABI := armeabi armeabi-v7a
 APP_CPPFLAGS := -frtti
 APP_CPPFLAGS := -frtti
 APP_LDFLAGS := -llog -landroid -lz
 APP_LDFLAGS := -llog -landroid -lz
+APP_PLATFORM := 10
 
 
 # APP_OPTIM := debug
 # APP_OPTIM := debug