Skip to content

Commit c13e40e

Browse files
committed
Add proguard generation logic to the dynamic links library
Missed dynamic links when adding it to the various libraries. PiperOrigin-RevId: 281862716
1 parent be6816e commit c13e40e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dynamic_links/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ else()
7171
add_definitions(-include assert.h -include string.h)
7272
endif()
7373

74-
if(IOS)
74+
if(ANDROID)
75+
firebase_cpp_proguard_file(dynamic_links)
76+
elseif(IOS)
7577
# Enable Automatic Reference Counting (ARC).
7678
set_property(
7779
TARGET firebase_dynamic_links

0 commit comments

Comments
 (0)