DescriptionFix solink and add a postsolink hook (use the hook for android strip)
The solink command included the "real" link command twice and only used
the libs_section_prefix/postfix in one of the two. This splits the
construction of the link command up a bit to make it clearer.
This adds a simple post_solink arg to gcc_toolchain that allows the
caller to add more stuff to the solink command. This is used to
automatically strip all shared libraries in Android builds (in gyp, we
do this for a library once for each apk that it is in :/ ).
BUG=359249
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286282
Patch Set 1 #
Total comments: 8
Patch Set 2 : Rebase #Patch Set 3 : Add comment for new arg #
Messages
Total messages: 8 (0 generated)
|