ART: Ship debug tools when including debug artifacts

We actually need to ship dex2oatd and patchoatd, as we have internal
hardcoded usage of these.

Bug: 62087184
Test: m
Change-Id: Ia80e79d221a8db91a88edf16f42b6894d3dabe38
diff --git a/Android.mk b/Android.mk
index 2df1b13..8735d7c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -386,11 +386,15 @@
 endif
 ifeq (true,$(art_target_include_debug_build))
 LOCAL_REQUIRED_MODULES += \
+    dex2oatd \
+    dexoptanalyzerd \
     libartd \
     libartd-compiler \
     libopenjdkd \
     libopenjdkjvmd \
     libopenjdkjvmtid \
+    patchoatd \
+    profmand \
 
 endif
 endif