Skip to content

Commit

Permalink
build: avoid underlinking FirebaseCore on Android
Browse files Browse the repository at this point in the history
There is an undefined reference to liblog symbols when building for
Android. Ensure that we are fulfilling all the requirements when linking
the DSO.
  • Loading branch information
compnerd committed Jun 20, 2024
1 parent c307a17 commit 56c1430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ target_link_libraries(FirebaseCore PUBLIC
target_link_libraries(FirebaseCore PRIVATE
firebase_app
flatbuffers
$<$<PLATFORM_ID:ANDROID>:log>
$<$<PLATFORM_ID:Windows>:libcurl>
$<$<PLATFORM_ID:Windows>:zlibstatic>)
if(ANDROID)
Expand Down

0 comments on commit 56c1430

Please sign in to comment.