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

This commit is contained in:
Aaron Kling 2019-05-23 11:40:17 -05:00 committed by hunterk
parent 00da664a60
commit 11f02ad704
1 changed files with 1 additions and 1 deletions

View File

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