aboutsummaryrefslogtreecommitdiff
path: root/gd/proto/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gd/proto/BUILD.gn')
-rw-r--r--gd/proto/BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/gd/proto/BUILD.gn b/gd/proto/BUILD.gn
new file mode 100644
index 000000000..ba5cd4eaa
--- /dev/null
+++ b/gd/proto/BUILD.gn
@@ -0,0 +1,10 @@
+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"
+}