msgq test service in VTS am: 46e2487ac0

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

Change-Id: I7714325db521dfa692190c48ce2c6a1cff4d368c
This commit is contained in:
Steven Moreland
2020-10-01 20:06:47 +00:00
committed by Automerger Merge Worker

View File

@@ -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"],