Merge "Disable transitive symbol resolving for arm64."

This commit is contained in:
Ying Wang
2014-12-20 00:52:24 +00:00
committed by Gerrit Code Review

View File

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