am c8fc4ddc: Merge "Keep the symbol table in the shared libc."
* commit 'c8fc4ddc183060aa979185d5a6845f26beb1a733': Keep the symbol table in the shared libc.
This commit is contained in:
commit
6c8f573830
@ -771,6 +771,10 @@ LOCAL_MODULE:= libc
|
|||||||
LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies)
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies)
|
||||||
LOCAL_REQUIRED_MODULES := tzdata
|
LOCAL_REQUIRED_MODULES := tzdata
|
||||||
|
|
||||||
|
# Leave the symbols in the shared library so that stack unwinders can produce
|
||||||
|
# meaningful name resolution.
|
||||||
|
LOCAL_STRIP_MODULE := keep_symbols
|
||||||
|
|
||||||
# WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
|
# WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
|
||||||
# make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This
|
# make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This
|
||||||
# ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
|
# ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
|
||||||
|
Loading…
x
Reference in New Issue
Block a user