diff options
author | 2015-06-11 15:18:01 -0700 | |
---|---|---|
committer | 2015-11-04 15:55:50 -0800 | |
commit | e95fd90bb3855d2f278972c225e0eacd1b734d6f (patch) | |
tree | 9a6d981914bc2fb83b0d3cad781fa1bf510dc85f /BUILD.gn | |
parent | c7ba5d296f0ff05413574c7b57a2fb86ca320094 (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.gn | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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", + ] +} |