Skip to content

Commit

Permalink
Build libraries with c++_shared to comply with prefab
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed May 8, 2024
1 parent 6696423 commit fbaa917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {

externalNativeBuild {
cmake {
arguments.add(0, "-DANDROID_STL=c++_static")
arguments.add(0, "-DANDROID_STL=c++_shared")
arguments.add(0, "-DSENTRY_NATIVE_SRC=$sentryNativeSrc")
}
}
Expand Down

0 comments on commit fbaa917

Please sign in to comment.