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

Commit a7f38d8f authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi
Browse files

floss: Fix build errors

Bug: 214571971
Tag: #floss
Test: USE="floss_upstream" emerge-zork net-wireless/floss
Change-Id: I4a1a05148558e39ff0779f8d487375fffaae39f0
parent f47f72d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ static_library("bta") {
  ]

  deps = [
    "//bt/system:libbt-platform-protos-lite",
    "//bt/system/gd/rust/shim:shim_bridge_header",
    "//bt/system/gd/rust/shim:init_flags_bridge_header",
    "//bt/system/gd/rust/shim:message_loop_thread_bridge_header",
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ typedef struct {
  uint8_t primary_advertising_phy;
  uint8_t secondary_advertising_phy;
  uint8_t scan_request_notification_enable;
  int8_t own_address_type;
  uint8_t own_address_type;
} tBTM_BLE_ADV_PARAMS;

typedef struct {