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

Commit 91f88c8c authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

Fix floss build breakage "bt_transport.h" not found

The include statement was added by https://r.android.com/3343104 but
not being changed by https://r.android.com/3344385.

Bug: 369703686
Test: mmm packages/modules/Bluetooth
Test: ./build-in-container.py
Test: USE=floss_upstream emerge-brya floss
Flag: EXEMPT, no logical change
Change-Id: I8e37861cb2bbc85a8598e242c58f21c08a8637d4
parent e1acd8fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#include <cstdint>

#include "bnep_int.h"
#include "bt_transport.h"
#include "bta/include/bta_sec_api.h"
#include "internal_include/bt_target.h"
#include "osi/include/alarm.h"
@@ -40,6 +39,7 @@
#include "stack/include/bt_psm_types.h"
#include "stack/include/l2cap_interface.h"
#include "types/bluetooth/uuid.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"

using namespace bluetooth;
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@

#include "bnep_api.h"
#include "bnep_int.h"
#include "bt_transport.h"
#include "bta/include/bta_sec_api.h"
#include "hci/controller_interface.h"
#include "internal_include/bt_target.h"
@@ -44,6 +43,7 @@
#include "stack/include/bt_psm_types.h"
#include "stack/include/bt_types.h"
#include "stack/include/l2cap_interface.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"

using namespace bluetooth;
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@

#include "bnep_api.h"
#include "bnep_int.h"
#include "bt_transport.h"
#include "hci/controller_interface.h"
#include "internal_include/bt_target.h"
#include "l2cap_types.h"
@@ -43,6 +42,7 @@
#include "stack/include/bt_types.h"
#include "stack/include/l2cap_interface.h"
#include "types/bluetooth/uuid.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"

// TODO(b/369381361) Enfore -Wmissing-prototypes
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include <cstdint>
#include <cstring>

#include "bt_transport.h"
#include "bta/include/bta_sec_api.h"
#include "hid_conn.h"
#include "hidd_api.h"
@@ -45,6 +44,7 @@
#include "stack/include/l2cap_interface.h"
#include "stack/include/l2cdefs.h"
#include "stack/include/stack_metrics_logging.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"

using namespace bluetooth;
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@

#include <cstdint>

#include "bt_transport.h"
#include "bta/include/bta_sec_api.h"
#include "hci_error_code.h"
#include "hid_conn.h"
@@ -50,6 +49,7 @@
#include "stack/include/btm_log_history.h"
#include "stack/include/l2cap_interface.h"
#include "stack/include/stack_metrics_logging.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"

using namespace bluetooth;