forked from openkylin/platform_build
am 183417b2: am ae90c07c: Merge "Disable transitive symbol resolving for arm64."
* commit '183417b2e2bd2db02928dbb49defd3251487523f': Disable transitive symbol resolving for arm64.
This commit is contained in:
commit
13c165c691
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue