tp: switch from using libprotoc to libprotobuf-full

While shell does compile protos, it only uses the compiler class which
is part of libprotobuf full and does not need the full baggage of
libprotoc.

This is necessary because when we build TP for Android devices in the
Android tree, we cannnot depend on libprotoc as it is a host-only
library.

Bug: 168055856
Change-Id: I49e501ee25385ae176ebd781c41caff4551e85bf
diff --git a/Android.bp b/Android.bp
index de6fd23..746aea0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8324,7 +8324,7 @@
     "src/trace_processor/util/proto_to_json.cc",
   ],
   static_libs: [
-    "libprotoc",
+    "libprotobuf-cpp-full",
     "libsqlite",
     "libz",
   ],
@@ -8443,10 +8443,8 @@
     ":perfetto_tools_trace_to_text_pprofbuilder",
     ":perfetto_tools_trace_to_text_utils",
   ],
-  shared_libs: [
-    "libprotobuf-cpp-full",
-  ],
   static_libs: [
+    "libprotobuf-cpp-full",
     "libsqlite",
     "libz",
   ],