(Android) Change APPL_STL back too

This commit is contained in:
twinaphex 2016-03-22 16:40:47 +01:00
parent 77143179b5
commit f8ac103888

View File

@ -39,4 +39,4 @@ ifeq ($(USE_CLANG),1)
APP_CPPFLAGS := -Wno-invalid-source-encoding
endif
APP_STL := c++_static
APP_STL := gnustl_static