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

This commit is contained in:
Aaron Kling 2019-05-23 17:13:02 -05:00 committed by GitLab Runner
parent c460c2ca5d
commit ee30360ea8

View File

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