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

Commit 43101a4f authored by Yifan Hong's avatar Yifan Hong
Browse files

lshal_test uses static libvintf.

Test: forrest on 64 bit cuttlefish x86
Fixes: 174494015
Change-Id: I33f98cd913dc5122babd0290e156ac394522bbca
parent b40b64d0
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -72,15 +72,18 @@ cc_binary {
cc_test {
    name: "lshal_test",
    test_suites: ["device-tests"],
    defaults: ["lshal_defaults"],
    defaults: [
        "libvintf_static_user_defaults",
        "lshal_defaults"
    ],
    gtest: true,
    static_libs: [
        "android.hardware.tests.inheritance@1.0",
        "libgmock",
        "libvintf",
    ],
    shared_libs: [
        "libhidlbase",
        "libvintf",
    ],
    srcs: [
        "test.cpp"