From e95fd90bb3855d2f278972c225e0eacd1b734d6f Mon Sep 17 00:00:00 2001 From: Marie Janssen Date: Thu, 11 Jun 2015 15:18:01 -0700 Subject: gn-build: Get net_test_bluetooth to compile This makes net_test_bluetooth compile. Bug: 21584091 Change-Id: Id0c3d6bdcfd6f2c75c749e7f5a306645371fbb25 --- BUILD.gn | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'BUILD.gn') 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", + ] +} -- cgit v1.2.3-59-g8ed1b