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

Commit bacb6b75 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

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

am: 53b174e7

Change-Id: I423eb28eaf7060c1966e0d4b944d25400478b674
parents a1e26050 53b174e7
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",