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:
parent
6692028107
commit
6605dc01b4
|
@ -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 += \
|
||||
|
|
Loading…
Reference in New Issue