commit | 783fd3fc1e563b1f287583d38620dfccb9c070d5 | [log] [tgz] |
---|---|---|
author | Michael Krehan <ebomike@google.com> | Tue Oct 29 23:35:52 2024 +0000 |
committer | Michael Krehan <ebomike@google.com> | Wed Oct 30 01:11:04 2024 +0000 |
tree | 51b92fc7b4c3c74074e356c962dd8d68d58ef3ba | |
parent | b073a4dc5312efa681030f35f34995ec87fa75d6 [diff] [blame] |
Make tracing_perfetto available to vendor/. Lyric and others will want to access the Perfetto API directly as well. Bug: 373924379 Change-Id: I67379706f91ed8c76e6c26f2c90560c7c447673c Flag: EXEMPT No binary change, just build target visibility changes
diff --git a/libs/tracing_perfetto/Android.bp b/libs/tracing_perfetto/Android.bp index b5c56c5..9a2d4f7 100644 --- a/libs/tracing_perfetto/Android.bp +++ b/libs/tracing_perfetto/Android.bp
@@ -47,4 +47,6 @@ ], host_supported: true, + // for vndbinder + vendor_available: true, }