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

Commit 806541d8 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

msgq test service in VTS am: 46e2487a am: 3f20d8ba am: 01589d9f am: cd52cff0 am: e9492eaf

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1425309

Change-Id: Ic711fc9bb6608ace35329ea430c84e42111ff014
parents 2a74fa1f e9492eaf
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -79,7 +79,11 @@ cc_test {
            suffix: "64",
        },
    },
    test_suites: ["general-tests"],
    test_suites: [
        "general-tests",
        "vts",
    ],
    auto_gen_config: false,

    // Allow dlsym'ing self for statically linked passthrough implementations
    ldflags: ["-rdynamic"],