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

This commit is contained in:
Aaron Kling 2019-05-24 23:30:18 -05:00
parent 433fb7a36f
commit 86da867caa

View File

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