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

Commit 53b174e7 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Linux: bluetooth.default.so -> libbluetooth.so

Also rename the build goal for both the library.

Bug: 67853426
Test: run Bluetooth
Change-Id: Ic5bd27f10ade0b068057049dd98c09e082cafee1
parent 1b536084
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
# This pulls in main/BUILD.gn and all of its dependencies.
group("bluetooth") {
  deps = [
    "//main:bluetooth.default",
    "//main:bluetooth",
    "//service:bluetoothtbd",
  ]
}
+9 −2
Original line number Diff line number Diff line
@@ -14,8 +14,13 @@
#  limitations under the License.
#

shared_library("bluetooth.default") {
  output_prefix_override=true
config("libbluetooth_config") {
  include_dirs = [
    "../include",
  ]
}

shared_library("bluetooth") {

  # HAL layer
  sources = [
@@ -32,6 +37,8 @@ shared_library("bluetooth.default") {
    "stack_config.cc",
  ]

  public_configs = [ ":libbluetooth_config" ]

  include_dirs = [
    "//",
    "//bta/include",
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ executable("stack_unittests") {
    "//embdrv/sbc",
    "//hci",
    "//types",
    "//main:bluetooth.default",
    "//main:bluetooth",
    "//third_party/googletest:gmock_main",
    "//third_party/libchrome:base",
  ]
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ executable("net_test_bluetooth") {

  deps = [
    "//btcore",
    "//main:bluetooth.default",
    "//main:bluetooth",
    "//service:service",
    "//service:service_unittests",
    "//types:types_unittests",