Skip to content

Commit

Permalink
HM
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Sep 19, 2022
1 parent c625264 commit 44cffe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/android/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ git apply --directory="android/src/" "3rdparty/adjust_https_to_http.diff" || die
print Y "Compile Sentry..."
cmake -B .tmp/sentry_build -S 3rdparty/sentry_native --toolchain ${ANDROID_NDK_ROOT}/build/cmake/android.toolchain.cmake \
-DSENTRY_BUILD_SHARED_LIBS=false \
-DANDROID_ABI=${ARCH}
-DANDROID_ABI=${ARCH} || die "Failed to generate the sentry project"

cmake --build .tmp/sentry_build --parallel
cmake --install .tmp/sentry_build --prefix .tmp/sentry_install --config RelWithDebInfo
Expand Down

0 comments on commit 44cffe1

Please sign in to comment.