Add a few unwinder tools to debug tools.

These tools are useful for dumping elf information. Also, some of the
scripts in development are being modified to use some of these tools,
specifically, unwind_symbols.

Test: Do a clean userdebug build and verify that the tools are built.
Change-Id: Id26b8d2220dc542e8aa73d4b701916fa3d2ea804
This commit is contained in:
Christopher Ferris 2018-07-20 11:22:03 -07:00
parent 6692028107
commit 6605dc01b4
1 changed files with 4 additions and 1 deletions

View File

@ -311,7 +311,10 @@ PRODUCT_PACKAGES_DEBUG := \
showmap \
sqlite3 \
strace \
sanitizer-status
sanitizer-status \
unwind_info \
unwind_reg_info \
unwind_symbols \
# The set of packages whose code can be loaded by the system server.
PRODUCT_SYSTEM_SERVER_APPS += \