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

Commit 82fc6207 authored by William Escande's avatar William Escande
Browse files

linkage to libbase in test should be shared

Bug: 310741104
Test: m net_test_bta bluetooth_hh_test
Change-Id: I458acbc0a3c5e1ce600b5c90295995b826f75acc
parent ddc18434
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -264,6 +264,7 @@ cc_test {
    shared_libs: [
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "libbase",
        "libcrypto",
        "libcutils",
        "liblog",
@@ -271,7 +272,6 @@ cc_test {
    ],
    static_libs: [
        "bluetooth_flags_c_lib",
        "libbase",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
        "libbluetooth_gd",
@@ -1203,11 +1203,11 @@ cc_test {
        "test/bta_hh_test.cc",
    ],
    shared_libs: [
        "libbase",
        "libcrypto",
        "liblog",
    ],
    static_libs: [
        "libbase",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
        "libbluetooth_gd",