am cd3641fa: am 24cffbac: Merge "Add oatdump for ART to go with dexdump for Dalvik" into klp-dev

* commit 'cd3641fab276a7d60deec2ca814d1d92907e12af':
  Add oatdump for ART to go with dexdump for Dalvik
This commit is contained in:
Brian Carlstrom 2013-09-17 23:46:04 -07:00 committed by Android Git Automerger
commit 9ae7723e2b

View file

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