Skip to content

Commit 58bc049

Browse files
committed
Add missing include, and pass along arguments in the android script
1 parent be7a706 commit 58bc049

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ mkdir -p android_build
8080
pushd android_build
8181

8282
# Configure cmake with option value
83-
cmake .. ${CMAKE_OPTIONS} -DANDROID_ABI=armeabi-v7a
83+
cmake .. ${CMAKE_OPTIONS} -DANDROID_ABI=armeabi-v7a "$@"
8484
check_exit_code $?
8585

8686
# Build the SDK

crashlytics/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
# CMake file for the firebase crashlytics library
1616

17+
include(build_shared)
18+
1719
# Only for unity builds
1820
if(NOT FIREBASE_INCLUDE_UNITY)
1921
return()

0 commit comments

Comments
 (0)