summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2014-12-17 22:04:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-17 22:04:19 +0000
commite9231c0aecc013c61b6cf7f88a228204651d4d41 (patch)
treee646d3e36245dd2b39de6d9654b00801f57ee95a /Android.mk
parentd457b9cebceecc9d54fb569ea76509341153bf5c (diff)
parent3774335b08076117d6950cd472cdd59a167470b5 (diff)
downloadart-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.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 40f5f9a..370ea02 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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