OSDN Git Service

Merge "Revert "Fix potential OOB write in btm_read_remote_ext_features_complete"...
[android-x86/system-bt.git] / BUILD.gn
index 618de1c..456fbeb 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1,5 +1,5 @@
 #
-#  Copyright (C) 2015 Google, Inc.
+#  Copyright 2015 Google, Inc.
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
 # This pulls in main/BUILD.gn and all of its dependencies.
 group("bluetooth") {
   deps = [
-    "//main:bluetooth.default",
+    "//main:bluetooth",
     "//service:bluetoothtbd",
   ]
 }
@@ -39,10 +39,3 @@ group("bluetooth_tests") {
     "//device:net_test_device",
   ]
 }
-
-group("test_tools") {
-  testonly = true
-  deps = [
-    "//tools/mcap_tool:mcap_tool"
-  ]
-}