diff options
author | Igor Murashkin <iam@google.com> | 2014-12-17 22:04:19 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-12-17 22:04:19 +0000 |
commit | e9231c0aecc013c61b6cf7f88a228204651d4d41 (patch) | |
tree | e646d3e36245dd2b39de6d9654b00801f57ee95a /Android.mk | |
parent | d457b9cebceecc9d54fb569ea76509341153bf5c (diff) | |
parent | 3774335b08076117d6950cd472cdd59a167470b5 (diff) | |
download | art-e9231c0aecc013c61b6cf7f88a228204651d4d41.zip art-e9231c0aecc013c61b6cf7f88a228204651d4d41.tar.gz art-e9231c0aecc013c61b6cf7f88a228204651d4d41.tar.bz2 |
Merge "Add a new imgdiag tool to diff boot.art/core.art against a process"
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ include $(art_path)/compiler/Android.mk include $(art_path)/dex2oat/Android.mk include $(art_path)/disassembler/Android.mk include $(art_path)/oatdump/Android.mk +include $(art_path)/imgdiag/Android.mk include $(art_path)/patchoat/Android.mk include $(art_path)/dalvikvm/Android.mk include $(art_path)/tools/Android.mk |