libretro: jni: Switch stl to c++ in preparation for ndk r20

This commit is contained in:
Aaron Kling 2019-05-23 12:10:04 -05:00
parent ce4524df3c
commit a42046940a

View File

@ -1,3 +1,3 @@
APP_STL := gnustl_static
APP_STL := c++_static
APP_ABI := all
APP_CFLAGS += -Wno-error=format-security