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

Commit 84a1389d authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Linux build fix

Test: compilation test
Change-Id: I0834431378b015eafbb26c48af342af4a650972b
parent 60599a6a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ static_library("bta") {
    "hf_client/bta_hf_client_act.cc",
    "hf_client/bta_hf_client_api.cc",
    "hf_client/bta_hf_client_at.cc",
    "hf_client/bta_hf_client_cmd.cc",
    "hf_client/bta_hf_client_main.cc",
    "hf_client/bta_hf_client_rfc.cc",
    "hf_client/bta_hf_client_sdp.cc",
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
 *
 ******************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

+5 −0
Original line number Diff line number Diff line
@@ -29,6 +29,10 @@ static_library("btcore") {
    "include",
    "//",
  ]

  deps = [
    "//third_party/libchrome:base",
  ]
}

executable("net_test_btcore") {
@@ -49,6 +53,7 @@ executable("net_test_btcore") {
    "//btcore",
    "//osi",
    "//third_party/googletest:gtest_main",
    "//third_party/libchrome:base",
  ]

  libs = [
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@ static_library("device") {
    "//include",
    "//stack/include",
  ]

  deps = [
    "//third_party/libchrome:base",
  ]
}

executable("net_test_device") {
@@ -42,6 +46,7 @@ executable("net_test_device") {
    "//btcore",
    "//osi",
    "//third_party/googletest:gtest_main",
    "//third_party/libchrome:base",
  ]

  libs = [
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,10 @@ static_library("hci") {
    "//btcore/include",
    "//stack/include",
  ]

  deps = [
    "//third_party/libchrome:base",
  ]
}

executable("net_test_hci") {
@@ -69,6 +73,7 @@ executable("net_test_hci") {
    "//osi",
    "//btcore",
    "//third_party/googletest:gtest_main",
    "//third_party/libchrome:base",
  ]

  libs = [
Loading