1filegroup { 2 name: "rootcanal-protos", 3 srcs: [ 4 "rootcanal/configuration.proto", 5 ], 6} 7 8// This library contains the generated headers for the 9// RootCanal configuration file / parameter. 10cc_library_static { 11 name: "librootcanal_config", 12 host_supported: true, 13 vendor_available: true, 14 proto: { 15 export_proto_headers: true, 16 canonical_path_from_root: false, 17 include_dirs: [ 18 "packages/modules/Bluetooth/tools/rootcanal/proto", 19 ], 20 }, 21 shared_libs: [ 22 "libprotobuf-cpp-full", 23 ], 24 srcs: [":rootcanal-protos"], 25} 26