Remove perfetto_src_tracing_ipc.

This target is unneeded and libperfetto_client_experimental
is sufficient to pull all deps required for
the client library.

Change-Id: I688e531065fcad1103cf110f6711aca0c9894cc9
diff --git a/perfetto_hprof/Android.bp b/perfetto_hprof/Android.bp
index dd08c89..a40e7d3 100644
--- a/perfetto_hprof/Android.bp
+++ b/perfetto_hprof/Android.bp
@@ -50,7 +50,6 @@
     ],
     static_libs: [
         "libperfetto_client_experimental",
-        "perfetto_src_tracing_ipc",
         "perfetto_trace_protos",
         // TODO(132880619): Remove this as soon as the Perfetto client API no
         // longer depends on this.