diff options
author | Brian Carlstrom <bdc@google.com> | 2013-09-17 18:25:12 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-09-17 18:29:29 -0700 |
commit | 0354c908e263ead06b8bb43155bc4a9c2cc1a6b4 (patch) | |
tree | 89f0ed288c8cfd3d8991a2175bbb007657993984 /target/product/runtime_libart.mk | |
parent | f52651ef2791292ba6c50f98a6558e9e0a3b0b61 (diff) | |
download | build-0354c908e263ead06b8bb43155bc4a9c2cc1a6b4.zip build-0354c908e263ead06b8bb43155bc4a9c2cc1a6b4.tar.gz build-0354c908e263ead06b8bb43155bc4a9c2cc1a6b4.tar.bz2 |
Add oatdump for ART to go with dexdump for Dalvik
Bug: 10807447
Change-Id: I48d1bc0ca025215383161dbf160d4f9270d97496
Diffstat (limited to 'target/product/runtime_libart.mk')
-rw-r--r-- | target/product/runtime_libart.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index b127dad..1a7c925 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk @@ -19,7 +19,8 @@ PRODUCT_PACKAGES += \ core-libart \ libart \ - dex2oat + dex2oat \ + oatdump # host-only dependencies ifeq ($(WITH_HOST_DALVIK),true) |