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
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 5f2e477..d1be6f5 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -311,7 +311,10 @@
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 += \