OSDN Git Service

Merge "Fix potential OOB write in btm_read_remote_ext_features_complete" into oc...
[android-x86/system-bt.git] / BUILD.gn
index 3cb29e1..618de1c 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -39,3 +39,10 @@ group("bluetooth_tests") {
     "//device:net_test_device",
   ]
 }
+
+group("test_tools") {
+  testonly = true
+  deps = [
+    "//tools/mcap_tool:mcap_tool"
+  ]
+}