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

Commit 721eb3b5 authored by Jeremy Wu's avatar Jeremy Wu
Browse files

floss: build library libbluetooth-gdx

The library was created but was not built for floss, but used to only be
associated to test sources.

Bug: 331941704
Flag: EXEMPT floss-only
Test: m Bluetooth
Change-Id: I8e63eb3737b3ad9eb3970f79c24a606ebecd72ae
parent 7a8e25ee
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",