8000 Change from LLVM C++ lib to STLport for better support · dw3/android-database-sqlcipher@ec2b6a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec2b6a6

Browse files
Change from LLVM C++ lib to STLport for better support
1 parent 140eb1b commit ec2b6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jni/Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ APP_PROJECT_PATH := $(shell pwd)
22
APP_ABI := armeabi armeabi-v7a x86
33
APP_PLATFORM := 21
44
APP_BUILD_SCRIPT := $(APP_PROJECT_PATH)/Android.mk
5-
APP_STL := c++_static
5+
APP_STL := stlport_static

0 commit comments

Comments
 (0)
0