packages/modules/Bluetooth/system/gd/proto/BUILD.gn

11 lines
225 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
import("//common-mk/proto_library.gni")
proto_library("libbt-protos-lite") {
sources = [
"bluetooth/metrics/bluetooth.proto",
]
proto_in_dir = "./bluetooth/metrics"
proto_out_dir = "include/bluetooth/metrics"
}