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

Commit 9faaf171 authored by Jack He's avatar Jack He Committed by Jakub Pawlowski
Browse files

Fix Linux build

* UUID source files
* L2CAP UCD source files

Test: build on linux
Change-Id: Iba6d8d082612c62e5a8d552140c86ed242da0e36
parent 39b7945e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ static_library("btcore") {
    "src/hal_util.cc",
    "src/module.cc",
    "src/property.cc",
    "src/uuid.cc",
    "src/osi_module.cc",
  ]

@@ -39,7 +38,6 @@ executable("net_test_btcore") {
  sources = [
    "test/device_class_test.cc",
    "test/property_test.cc",
    "test/uuid_test.cc",
    "//osi/test/AllocationTestHarness.cc",
  ]

+0 −2
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ source_set("service") {
    "common/bluetooth/scan_settings.cc",
    "common/bluetooth/service.cc",
    "common/bluetooth/util/atomic_string.cc",
    "common/bluetooth/uuid.cc",
    "daemon.cc",
    "gatt_client.cc",
    "gatt_server.cc",
@@ -88,7 +87,6 @@ executable("service_unittests") {
  sources = [
    "test/fake_hal_util.cc",
    "test/settings_unittest.cc",
    "test/uuid_unittest.cc",
  ]

  include_dirs = [ "//" ]
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ static_library("stack") {
    "l2cap/l2c_fcr.cc",
    "l2cap/l2c_link.cc",
    "l2cap/l2c_main.cc",
    "l2cap/l2c_ucd.cc",
    "l2cap/l2c_utils.cc",
    "l2cap/l2cap_client.cc",
    "mcap/mca_api.cc",
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ static_library("types") {

  sources = [
    "raw_address.cc",
    "bluetooth/uuid.cc",
  ]

  include_dirs = [
@@ -36,6 +37,7 @@ executable("types_unittests") {
  testonly = true
  sources = [
    "test/raw_address_unittest.cc",
    "test/bluetooth/uuid_unittest.cc",
  ]

  include_dirs = [