We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7a706 commit 58bc049Copy full SHA for 58bc049
build_android.sh
@@ -80,7 +80,7 @@ mkdir -p android_build
80
pushd android_build
81
82
# Configure cmake with option value
83
-cmake .. ${CMAKE_OPTIONS} -DANDROID_ABI=armeabi-v7a
+cmake .. ${CMAKE_OPTIONS} -DANDROID_ABI=armeabi-v7a "$@"
84
check_exit_code $?
85
86
# Build the SDK
crashlytics/CMakeLists.txt
@@ -14,6 +14,8 @@
14
15
# CMake file for the firebase crashlytics library
16
17
+include(build_shared)
18
+
19
# Only for unity builds
20
if(NOT FIREBASE_INCLUDE_UNITY)
21
return()
0 commit comments