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

Commit f66655e0 authored by Jeremy Wu's avatar Jeremy Wu Committed by Automerger Merge Worker
Browse files

Merge "floss: build library libbluetooth-gdx" into main am: 94583ead am: c0b1e3f5

parents 8687aa3b c0b1e3f5
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",