1package { 2 // See: http://go/android-license-faq 3 default_applicable_licenses: ["hardware_google_gfxstream_license"], 4} 5 6cc_library_static { 7 name: "libgfxstream_host_tracing", 8 defaults: [ 9 "gfxstream_defaults", 10 "gfxstream_host_cc_defaults", 11 ], 12 export_include_dirs: [ 13 "include", 14 ], 15 whole_static_libs: [ 16 "libperfetto_client_experimental", 17 ], 18 shared_libs: [ 19 "liblog", 20 ], 21 srcs: [ 22 "Tracing.cpp", 23 ], 24} 25