(Android) Change APPL_STL back too
This commit is contained in:
parent
77143179b5
commit
f8ac103888
|
@ -39,4 +39,4 @@ ifeq ($(USE_CLANG),1)
|
|||
APP_CPPFLAGS := -Wno-invalid-source-encoding
|
||||
endif
|
||||
|
||||
APP_STL := c++_static
|
||||
APP_STL := gnustl_static
|
||||
|
|
Loading…
Reference in New Issue