libretro: jni: Switch to clang compiler in preparation for ndk r20

This commit is contained in:
Aaron Kling 2019-05-23 15:29:16 -05:00
parent 2e1333e1bb
commit 055b7c4d49
1 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,2 @@
APP_ABI := all
APP_STL := gnustl_static
NDK_TOOLCHAIN_VERSION := 4.9
APP_STL := c++_static