Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Update version_script.lds and exported_symbols.lds to include all of …
Browse files Browse the repository at this point in the history
…absl in the produced library. (#156)
  • Loading branch information
tholenst authored and thaidn committed Nov 13, 2018
1 parent 4a729a4 commit bce6d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cc/exported_symbols.lds
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*tink*
*absl*
1 change: 1 addition & 0 deletions cc/version_script.lds
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
VERS_1.2 {
global:
*tink*;
*absl*;
local:
*;
};

0 comments on commit bce6d6c

Please sign in to comment.