Adjust for new FrankeNDK

This commit is contained in:
topjohnwu
2018-12-04 02:08:51 -05:00
parent 68b07c5913
commit 79b84da4b8
2 changed files with 2 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ ifdef B_BB
APP_CFLAGS := -Os APP_CFLAGS := -Os
APP_SHORT_COMMANDS := true APP_SHORT_COMMANDS := true
NDK_TOOLCHAIN_VERSION := 4.9 NDK_TOOLCHAIN_VERSION := 4.9
APP_PLATFORM := android-21 APP_PLATFORM := android-22
endif endif