ART: Emit minidebug-info in preinstall

This is consistent with the actual system image.

Bug: 125474642
Test: m
Change-Id: I16d2456e1a6b7e914bd972beefb6f70031c94a7a
diff --git a/build/apex/art_preinstall_hook_boot.sh b/build/apex/art_preinstall_hook_boot.sh
index 9656cc9..cdad144 100644
--- a/build/apex/art_preinstall_hook_boot.sh
+++ b/build/apex/art_preinstall_hook_boot.sh
@@ -61,7 +61,7 @@
   $PROFILING \
   $DEX_FILES \
   $DEX_LOCATIONS \
-  --generate-debug-info \
+  --generate-mini-debug-info \
   --strip \
   --oat-file=/data/dalvik-cache/$DEX2OAT_TARGET_ARCH/system@framework@boot.oat \
   --oat-location=/data/dalvik-cache/$DEX2OAT_TARGET_ARCH/system@framework@boot.oat \