Loading BUILD.gn +5 −2 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ group("all") { deps = [ "//bt/system:all" ] } # Tools should be built for the host target. if (host_cpu == target_cpu && host_os == target_os) { group("tools") { deps = [ "//bt/system:tools" ] } } system/BUILD.gn +5 −7 Original line number Diff line number Diff line Loading @@ -53,14 +53,12 @@ group("bluetooth") { #} #} if (host_cpu == target_cpu && host_os == target_os) { group("tools") { deps = [ "//bt/system/gd/dumpsys/bundler:bluetooth_flatbuffer_bundler", "//bt/system/gd/packet/parser:bluetooth_packetgen", ] } } if (defined(use.android) && use.android) { group("android_bluetooth_tests") { Loading Loading
BUILD.gn +5 −2 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ group("all") { deps = [ "//bt/system:all" ] } # Tools should be built for the host target. if (host_cpu == target_cpu && host_os == target_os) { group("tools") { deps = [ "//bt/system:tools" ] } }
system/BUILD.gn +5 −7 Original line number Diff line number Diff line Loading @@ -53,14 +53,12 @@ group("bluetooth") { #} #} if (host_cpu == target_cpu && host_os == target_os) { group("tools") { deps = [ "//bt/system/gd/dumpsys/bundler:bluetooth_flatbuffer_bundler", "//bt/system/gd/packet/parser:bluetooth_packetgen", ] } } if (defined(use.android) && use.android) { group("android_bluetooth_tests") { Loading