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

Commit 12917c1e authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Gerrit Code Review
Browse files

Merge "Linux vendor driver linkage fixes"

parents 9260ee3f 9b2d8318
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -15,9 +15,19 @@
#

shared_library("bt-vendor-linux") {
  output_name = "libbt-vendor"
  sources = [
    "bt_vendor_linux.c",
  ]

  deps = [
   "//osi",
  ]

  cflags_c = [
    "-Lobj/osi",
    "-losi",
  ]

  include_dirs = [ "//" ]
}
+1 −1
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ static void bt_vendor_cleanup(void)
  bt_vendor_callbacks = NULL;
}

const bt_vendor_interface_t BLUETOOTH_VENDOR_LIB_INTERFACE = {
EXPORT_SYMBOL const bt_vendor_interface_t BLUETOOTH_VENDOR_LIB_INTERFACE = {
  sizeof(bt_vendor_interface_t),
  bt_vendor_init,
  bt_vendor_op,