OSDN Git Service

Keep the symbol table in the shared libc.
authorChristopher Ferris <cferris@google.com>
Fri, 21 Mar 2014 18:11:38 +0000 (11:11 -0700)
committerChristopher Ferris <cferris@google.com>
Tue, 25 Mar 2014 00:56:13 +0000 (17:56 -0700)
commit0ae6445e9a85291b3a20da7f7a5b948cd18d3424
tree53d8ce0e17b4a877494461a67ae7fe7fbc3a24ee
parentf71c0e75e0d041c80e4dc6900e2c2283e5d55ce2
Keep the symbol table in the shared libc.

In order to allow the unwinder code to have meaningful names for
libc functions, leave the symbol table. This results in the libc.so
getting to be about ~130K larger on all arm platforms and about ~70K
larger on mips/x86 platforms.

Bug: 12958251
Change-Id: I6b3a97e4824142faf5de46aeabf7c1dfb98a8cc6
libc/Android.mk