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

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

Add missing dependency on proto_logging

Bug: 187827282
Tag: #floss
Test: atest --host bluetooth_test_gd
Change-Id: If79f77e926c1f57f9389d4de7e2a6ad537a2b572
parent b389ecf6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -35,7 +35,10 @@ source_set("BluetoothHciSources") {

  include_dirs = [ "//bt/gd" ]

  deps = [ "//bt/gd:gd_default_deps" ]
  deps = [
    "//bt:libbt-platform-protos-lite",
    "//bt/gd:gd_default_deps",
  ]

  configs += [ "//bt:target_defaults" ]
}