Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mobile: always link libraries on android builds (#1463)
  • Loading branch information
Sam Chen committed Dec 30, 2019
1 parent c04fcd0 commit 73906e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/android/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cc_library(
"//utils:bundle_miner",
"//utils:memset_safe",
],
alwayslink = True,
)

android_binary(
Expand Down

0 comments on commit 73906e6

Please sign in to comment.