OSDN Git Service

Add oatdump for ART to go with dexdump for Dalvik
authorBrian Carlstrom <bdc@google.com>
Wed, 18 Sep 2013 01:25:12 +0000 (18:25 -0700)
committerBrian Carlstrom <bdc@google.com>
Wed, 18 Sep 2013 01:29:29 +0000 (18:29 -0700)
Bug: 10807447
Change-Id: I48d1bc0ca025215383161dbf160d4f9270d97496

target/product/runtime_libart.mk

index b127dad..1a7c925 100644 (file)
@@ -19,7 +19,8 @@
 PRODUCT_PACKAGES += \
         core-libart \
         libart \
-        dex2oat
+        dex2oat \
+        oatdump
 
 # host-only dependencies
 ifeq ($(WITH_HOST_DALVIK),true)