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

Commit 1fe487cc authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "lshal_test uses static libvintf." am: 9e4245bd am: 96543bb1

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1515339

Change-Id: Iee4c3ae3f0d9134dfa8998e70a0fb2bd204cfb6b
parents 19f051ee 96543bb1
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"