summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
author Marie Janssen <jamuraa@google.com> 2015-06-11 15:18:01 -0700
committer Marie Janssen <jamuraa@google.com> 2015-11-04 15:55:50 -0800
commite95fd90bb3855d2f278972c225e0eacd1b734d6f (patch)
tree9a6d981914bc2fb83b0d3cad781fa1bf510dc85f /BUILD.gn
parentc7ba5d296f0ff05413574c7b57a2fb86ca320094 (diff)
gn-build: Get net_test_bluetooth to compile
This makes net_test_bluetooth compile. Bug: 21584091 Change-Id: Id0c3d6bdcfd6f2c75c749e7f5a306645371fbb25
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c89829f590..e6cb5cb433 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -28,3 +28,15 @@ group("bluetooth") {
"//vendor_libs:vendor-libs"
]
}
+
+group("bluetooth_tests") {
+ testonly = true
+
+ deps = [
+ "//test/suite:net_test_bluedroid",
+ "//btcore:net_test_btcore",
+ "//hci:net_test_hci",
+ "//osi:net_test_osi",
+ "//device:net_test_device",
+ ]
+}