Add dexdiag tool to images

Allow on-device analysis of dex memory usage by adding dexdiag to the
image.

Bug: 38181622
Test: adb shell "dexdiag"
Change-Id: I2142b5e42eae8cc01755d0e86c179c2fa86be00c
This commit is contained in:
David Sehr
2017-05-10 14:11:59 -07:00
parent e90119fd4b
commit 76f5fe5b63

View File

@@ -63,6 +63,7 @@ PRODUCT_PACKAGES += \
# ART/dex helpers.
PRODUCT_PACKAGES += \
ahat \
dexdiag \
dexdump \
dexlist \
hprof-conv \