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 type: "full", 18 include_dirs: [ 19 "packages/modules/Bluetooth/tools/rootcanal/proto", 20 ], 21 }, 22 shared_libs: [ 23 "libprotobuf-cpp-full", 24 ], 25 srcs: [":rootcanal-protos"], 26} 27