Merge "Disable transitive dependency library symbol resolving for mips."

This commit is contained in:
Ying Wang 2015-02-03 19:30:16 +00:00 committed by Gerrit Code Review
commit 4d0f56fba3
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS += \
-Wl,--fatal-warnings \
$(arch_variant_ldflags)
# Disable transitive dependency library symbol resolving.
$(combo_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS += -Wl,--allow-shlib-undefined
$(combo_2nd_arch_prefix)TARGET_GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden
# More flags/options can be added here