support trace-fuchsia if present

This commit is contained in:
Simon Cruanes 2023-12-27 17:24:35 -05:00
parent 54077446ca
commit eff6016151
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,8 @@
(synopsis "Utils for the sidekick binaries")
(libraries containers sidekick.util
(select trace_setup.ml from
(trace-tef -> trace_setup.real.ml)
(trace-fuchsia -> trace_setup.fuchsia.ml)
(trace-tef -> trace_setup.tef.ml)
(-> trace_setup.dummy.ml)))
(flags :standard -warn-error -a+8 -open Sidekick_util))

View file

@ -0,0 +1 @@
let with_trace f = Trace_fuchsia.with_setup () f