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

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

Fix linux build breakage

Linux build was missing flatbuffer changes and some dependencies.

Bug: 188928531
Test: ./build.py works on gLinux
Tag: #floss
Change-Id: Ib2336835bd6f712318877e6e1184727349bea449
parent 9f2e6baf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ flatbuffer("BluetoothGeneratedDumpsysDataSchema_h") {
    "dumpsys_data.fbs",
    "hci/hci_acl_manager.fbs",
    "l2cap/classic/l2cap_classic_module.fbs",
    "os/wakelock_manager.fbs",
    "shim/dumpsys.fbs",
  ]
}
@@ -97,6 +98,7 @@ bt_flatc_binary_schema("BluetoothGeneratedDumpsysBinarySchema_bfbs") {
    "dumpsys_data.fbs",
    "hci/hci_acl_manager.fbs",
    "l2cap/classic/l2cap_classic_module.fbs",
    "os/wakelock_manager.fbs",
    "shim/dumpsys.fbs",
  ]

+1 −1
Original line number Diff line number Diff line
@@ -37,5 +37,5 @@ source_set("BluetoothOsSources_linux_generic") {
  ]

  configs += [ "//bt/gd:gd_defaults" ]
  deps = [ ":BluetoothOsSources_linux" ]
  deps = [ ":BluetoothOsSources_linux", "//bt/gd:gd_default_deps" ]
}