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

Commit 9e4245bd authored by Yifan Hong's avatar Yifan Hong Committed by Gerrit Code Review
Browse files

Merge "lshal_test uses static libvintf."

parents 23e14917 43101a4f
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"