X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=BUILD.gn;h=ffbe4ef4269906c07a9ebbfda82c3ddbca0111bf;hb=5fdcaea42828628b57f82640cdc21f6710b9feaa;hp=e6cb5cb433ed835f0c72277bdd4e3cccccb6e3fa;hpb=82a104b453e9550627da1e38bd5c4c8ffa0d1073;p=android-x86%2Fsystem-bt.git diff --git a/BUILD.gn b/BUILD.gn index e6cb5cb43..ffbe4ef42 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -25,7 +25,7 @@ group("bluetooth") { deps = [ "//main:bluetooth.default", "//service:bluetoothtbd", - "//vendor_libs:vendor-libs" + "//vendor_libs:vendor-libs", ] } @@ -33,7 +33,7 @@ group("bluetooth_tests") { testonly = true deps = [ - "//test/suite:net_test_bluedroid", + "//test/suite:net_test_bluetooth", "//btcore:net_test_btcore", "//hci:net_test_hci", "//osi:net_test_osi",