1cc_library( 2 name = "gfxstream_host_tracing", 3 srcs = ["Tracing.cpp"] + glob(["include/**/*.h"]), 4 copts = ["-fno-exceptions"], 5 includes = ["include"], 6 visibility = ["//visibility:public"], 7) 8