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

This commit is contained in:
Aaron Kling 2019-05-24 23:26:16 -05:00
parent 6c91a60db3
commit 1dca135e29

View File

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