Loading BUILD.gn +1 −1 Original line number Diff line number Diff line Loading @@ -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", ] } Loading system/main/BUILD.gn +9 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,13 @@ # limitations under the License. # shared_library("bluetooth.default") { output_prefix_override=true config("libbluetooth_config") { include_dirs = [ "../include", ] } shared_library("bluetooth") { # HAL layer sources = [ Loading @@ -32,6 +37,8 @@ shared_library("bluetooth.default") { "stack_config.cc", ] public_configs = [ ":libbluetooth_config" ] include_dirs = [ "//", "//bta/include", Loading system/stack/BUILD.gn +1 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,7 @@ executable("stack_unittests") { "//embdrv/sbc", "//hci", "//types", "//main:bluetooth.default", "//main:bluetooth", "//third_party/googletest:gmock_main", "//third_party/libchrome:base", ] Loading system/test/suite/BUILD.gn +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ executable("net_test_bluetooth") { deps = [ "//btcore", "//main:bluetooth.default", "//main:bluetooth", "//service:service", "//service:service_unittests", "//types:types_unittests", Loading Loading
BUILD.gn +1 −1 Original line number Diff line number Diff line Loading @@ -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", ] } Loading
system/main/BUILD.gn +9 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,13 @@ # limitations under the License. # shared_library("bluetooth.default") { output_prefix_override=true config("libbluetooth_config") { include_dirs = [ "../include", ] } shared_library("bluetooth") { # HAL layer sources = [ Loading @@ -32,6 +37,8 @@ shared_library("bluetooth.default") { "stack_config.cc", ] public_configs = [ ":libbluetooth_config" ] include_dirs = [ "//", "//bta/include", Loading
system/stack/BUILD.gn +1 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,7 @@ executable("stack_unittests") { "//embdrv/sbc", "//hci", "//types", "//main:bluetooth.default", "//main:bluetooth", "//third_party/googletest:gmock_main", "//third_party/libchrome:base", ] Loading
system/test/suite/BUILD.gn +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ executable("net_test_bluetooth") { deps = [ "//btcore", "//main:bluetooth.default", "//main:bluetooth", "//service:service", "//service:service_unittests", "//types:types_unittests", Loading