Make libperfetto_client_experimental available to product and APEX
This change makes the Prefetto SDK library available to more vendor
code. Since it already was vendor_available, it does not change *who*
can use it, but provides more options for placement of binaries.
Test: made and built a product_specific sample that emits track events
Bug: 305647991
Change-Id: I19b9519667f7c1d0446ccd4acaba040fd4285d79
diff --git a/Android.bp b/Android.bp
index c3a576a..4ebb8f6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1003,6 +1003,7 @@
],
host_supported: true,
vendor_available: true,
+ product_available: true,
export_include_dirs: [
"include",
"include/perfetto/base/build_configs/android_tree",
@@ -1117,10 +1118,8 @@
"perfetto_defaults",
],
apex_available: [
+ "//apex_available:anyapex",
"//apex_available:platform",
- "com.android.art",
- "com.android.art.debug",
- "com.android.tethering",
],
min_sdk_version: "30",
}