package { // See: http://go/android-license-faq default_applicable_licenses: ["hardware_google_gfxstream_license"], } cc_library_static { name: "libgfxstream_host_tracing", defaults: [ "gfxstream_defaults", "gfxstream_host_cc_defaults", ], export_include_dirs: [ "include", ], whole_static_libs: [ "libperfetto_client_experimental", ], shared_libs: [ "liblog", ], srcs: [ "Tracing.cpp", ], }