1import("//common-mk/proto_library.gni") 2 3proto_library("libbt-protos-lite") { 4 sources = [ 5 "bluetooth/metrics/bluetooth.proto", 6 ] 7 8 proto_in_dir = "./bluetooth/metrics" 9 proto_out_dir = "include/bluetooth/metrics" 10} 11