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
(cherry picked from commit 76f5fe5b63)
This commit is contained in:
David Sehr 2017-05-10 14:11:59 -07:00
parent 212c418ee7
commit 5c2be9a291
1 changed files with 1 additions and 0 deletions

View File

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