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

Commit e65d57cd authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Abhishek Pandit-Subedi
Browse files

Specify bt_shim_ffi dependency to bluetoothtbd

Specifying lib bt_shim_ffi explicitly before ssl so that ssl references
can be linked from bt_shim_ffi.

Bug: 176846220
Tag: #floss
Test: atest --host bluetooth_test_gd
Change-Id: I6f5f9cec960157559a57fe6721cd21ea0647c312
parent c1335a27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -121,6 +121,7 @@ executable("bluetoothtbd") {
    "dl",
    "pthread",
    "rt",
    "bt_shim_ffi",
    "ssl",
    "crypto",
  ]