Move crash_dump into the runtime APEX.

A future change will introduce a version lock between linker and
crash_dump. Move crash_dump into the runtime APEX alongside linker in order to
ensure that they will be the same version even if the runtime APEX is updated.

Bug: 135772972
Change-Id: Ic2eae31b6927eb0e8a62315ac141f50933c00bcc
Merged-In: Ic2eae31b6927eb0e8a62315ac141f50933c00bcc
diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp
index f28c778..3246dcc 100644
--- a/debuggerd/Android.bp
+++ b/debuggerd/Android.bp
@@ -321,6 +321,10 @@
         "libprocinfo",
         "libunwindstack",
     ],
+
+    apex_available: [
+        "com.android.runtime",
+    ],
 }
 
 cc_binary {