File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build_type=RelWithDebInfo
1919compiler=clang
2020compiler.version=17
2121compiler.cppstd=20
22- compiler.libcxx=c++_static
22+ compiler.libcxx=c++_shared
2323
2424[conf]
2525tools.android:ndk_path={{android_home}}/ndk/{{ndk_version}}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build_type=RelWithDebInfo
1919compiler=clang
2020compiler.version=17
2121compiler.cppstd=20
22- compiler.libcxx=c++_static
22+ compiler.libcxx=c++_shared
2323
2424[conf]
2525tools.android:ndk_path={{android_home}}/ndk/{{ndk_version}}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build_type=RelWithDebInfo
1919compiler=clang
2020compiler.version=17
2121compiler.cppstd=20
22- compiler.libcxx=c++_static
22+ compiler.libcxx=c++_shared
2323
2424[conf]
2525tools.android:ndk_path={{android_home}}/ndk/{{ndk_version}}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build_type=RelWithDebInfo
1919compiler=clang
2020compiler.version=17
2121compiler.cppstd=20
22- compiler.libcxx=c++_static
22+ compiler.libcxx=c++_shared
2323
2424[conf]
2525tools.android:ndk_path={{android_home}}/ndk/{{ndk_version}}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ android {
4747 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
4848
4949 externalNativeBuild. cmake. arguments(
50- ' -DANDROID_STL=c++_static ' ,
50+ ' -DANDROID_STL=c++_shared ' ,
5151 " -DCMAKE_TOOLCHAIN_FILE=build/conan/android_toolchain.cmake" ,
5252 " -DCMAKE_BUILD_TYPE=RelWithDebInfo" ,
5353 )
You can’t perform that action at this time.
0 commit comments