forked from openkylin/platform_build
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
Merged-In: Id26b8d2220dc542e8aa73d4b701916fa3d2ea804
(cherry picked from commit 6605dc01b4
)
This commit is contained in:
parent
f6658018f6
commit
8421f6fb9d
|
@ -290,7 +290,10 @@ PRODUCT_PACKAGES_DEBUG := \
|
|||
procrank \
|
||||
showmap \
|
||||
sqlite3 \
|
||||
strace
|
||||
strace \
|
||||
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