Loading system/btif/BUILD.gn +1 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,7 @@ static_library("btif") { "//bt/system/common", "//bt/system/gd/rust/shim:init_flags_bridge_header", "//bt/system/profile/avrcp:profile_avrcp", "//bt/system/gd:libbluetooth-gdx", ] configs += [ Loading system/gd/BUILD.gn +16 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,22 @@ group("gd_default_deps") { ] } static_library("libbluetooth-gdx") { sources = [ "discovery/device/bt_property.cc", "discovery/device/data_parser.cc", "discovery/device/eir_data.cc", ] include_dirs = [ "packages/modules/Bluetooth/system", ] configs += [ ":gd_defaults" ] deps = [ "//bt/system/gd:gd_default_deps", "//bt/system/gd/shim:BluetoothShimSources", ] } static_library("libbluetooth_gd") { sources = [ "module.cc", Loading Loading
system/btif/BUILD.gn +1 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,7 @@ static_library("btif") { "//bt/system/common", "//bt/system/gd/rust/shim:init_flags_bridge_header", "//bt/system/profile/avrcp:profile_avrcp", "//bt/system/gd:libbluetooth-gdx", ] configs += [ Loading
system/gd/BUILD.gn +16 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,22 @@ group("gd_default_deps") { ] } static_library("libbluetooth-gdx") { sources = [ "discovery/device/bt_property.cc", "discovery/device/data_parser.cc", "discovery/device/eir_data.cc", ] include_dirs = [ "packages/modules/Bluetooth/system", ] configs += [ ":gd_defaults" ] deps = [ "//bt/system/gd:gd_default_deps", "//bt/system/gd/shim:BluetoothShimSources", ] } static_library("libbluetooth_gd") { sources = [ "module.cc", Loading