Fix perfetto debug library.

It should always use the -d versions of its dependencies.

Test: boot with the debug apex.
Bug: 214049018
Change-Id: Icc2bc4985279c178fae315e5a501c040446c0c9c
diff --git a/perfetto_hprof/Android.bp b/perfetto_hprof/Android.bp
index b2c9dad..a81a4fa 100644
--- a/perfetto_hprof/Android.bp
+++ b/perfetto_hprof/Android.bp
@@ -52,7 +52,6 @@
     shared_libs: [
         "libbase",
         "liblog",
-        "libdexfile",
     ],
     static_libs: [
         "libperfetto_client_experimental",
@@ -77,6 +76,7 @@
     shared_libs: [
         "libart",
         "libartbase",
+        "libdexfile",
     ],
     apex_available: [
         "com.android.art",
@@ -93,6 +93,7 @@
     shared_libs: [
         "libartd",
         "libartbased",
+        "libdexfiled",
     ],
     apex_available: [
         "com.android.art.debug",