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

Commit 3f20d8ba authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

msgq test service in VTS am: 46e2487a

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

Change-Id: I7714325db521dfa692190c48ce2c6a1cff4d368c
parents 5569ed14 46e2487a
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"],