Skip to content

Commit 0482053

Browse files
Do not use c++_shared
1 parent a806c54 commit 0482053

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mavsdk_server/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ android {
108108
ndk {
109109
abiFilters += listOf("arm64-v8a", "armeabi-v7a", "x86", "x86_64")
110110
}
111-
112-
externalNativeBuild {
113-
cmake {
114-
arguments.add("-DANDROID_STL=c++_shared")
115-
}
116-
}
117111
}
118112

119113
externalNativeBuild {

0 commit comments

Comments
 (0)