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

Commit 811f9355 authored by Antoine SOULIER's avatar Antoine SOULIER
Browse files

test: Link statically with libbase due to ABI incompabilities

Bug: 336610093
Test: atest --device bluetooth_test_gd_unit
Flag: EXEMPT, test infrastructure
Change-Id: Ib5b3868ef7c48decb5c45b030aaca57506112f2a
parent 65413be0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,6 +473,7 @@ cc_test {
        "BluetoothGeneratedDumpsysTestData_h",
    ],
    static_libs: [
        "libbase",
        "libbluetooth-protos",
        "libbluetooth-types",
        "libbluetooth_crypto_toolbox",
@@ -496,7 +497,6 @@ cc_test {
    ],
    shared_libs: [
        "libPlatformProperties",
        "libbase",
        "libcrypto",
        "server_configurable_flags",
    ],