Allow libtracing_perfetto static and shared linkage.

The library is not available on architectures/devices, so some targets may need to link statically to ensure that it's available.


Bug: 373924379
Change-Id: Ie3395c67f10888c1a081b1405417b8a1da3840ed
Flag: EXEMPT, just a blueprint change with no effective difference yet
diff --git a/libs/tracing_perfetto/Android.bp b/libs/tracing_perfetto/Android.bp
index 8bd0d0f..c791066 100644
--- a/libs/tracing_perfetto/Android.bp
+++ b/libs/tracing_perfetto/Android.bp
@@ -21,7 +21,7 @@
     default_applicable_licenses: ["frameworks_native_license"],
 }
 
-cc_library_shared {
+cc_library {
     name: "libtracing_perfetto",
     export_include_dirs: [
         "include",