Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94583ead authored by Jeremy Wu's avatar Jeremy Wu Committed by Gerrit Code Review
Browse files

Merge "floss: build library libbluetooth-gdx" into main

parents 5e077fd4 721eb3b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 += [
+16 −0
Original line number Diff line number Diff line
@@ -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",