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

Commit f144719c authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Fix build with global ThinLTO am: 52e4d674

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1885759

Change-Id: I1e9d77da99b7ccbf9c2b4079f64c3cbfcfcbd372
parents d4070bdf 52e4d674
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -338,8 +338,10 @@ cc_test {
    ],
    header_libs: ["libbluetooth_headers"],
    shared_libs: [
        "liblog",
        "libbinder_ndk",
        "libcrypto",
        "libcutils",
        "liblog",
    ],
    static_libs: [
        "libbluetooth-types",
@@ -348,6 +350,13 @@ cc_test {
        "libc++fs",
    ],
    cflags: ["-DBUILDCFG"],
    target: {
        android: {
            shared_libs: [
                "android.system.suspend.control-V1-ndk",
            ],
        },
    },
}

// btif hf client service tests for target
+11 −0
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@ cc_test {
        "tests/base/packet_builder_test.cc",
        "tests/base/packet_test.cc",
    ],
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
    ],
    static_libs: [
        "libgmock",
        "lib-bt-packets",
@@ -68,4 +72,11 @@ cc_test {
    cflags: [
        "-DBUILDCFG",
    ],
    target: {
        android: {
            shared_libs: [
                "android.system.suspend.control-V1-ndk",
            ],
        },
    },
}