Add oatdump for ART to go with dexdump for Dalvik

Bug: 10807447
Change-Id: I48d1bc0ca025215383161dbf160d4f9270d97496
This commit is contained in:
Brian Carlstrom 2013-09-17 18:25:12 -07:00
parent f52651ef27
commit 0354c908e2
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
PRODUCT_PACKAGES += \
core-libart \
libart \
dex2oat
dex2oat \
oatdump
# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)