msgq test service in VTS am: 46e2487ac0
am: 3f20d8ba0f
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1425309 Change-Id: I75f60810d721fa38aed015b28dcfa389e8a73ac7
This commit is contained in:
commit
01589d9fcf
1 changed files with 5 additions and 1 deletions
|
@ -79,7 +79,11 @@ cc_test {
|
||||||
suffix: "64",
|
suffix: "64",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
test_suites: ["general-tests"],
|
test_suites: [
|
||||||
|
"general-tests",
|
||||||
|
"vts",
|
||||||
|
],
|
||||||
|
auto_gen_config: false,
|
||||||
|
|
||||||
// Allow dlsym'ing self for statically linked passthrough implementations
|
// Allow dlsym'ing self for statically linked passthrough implementations
|
||||||
ldflags: ["-rdynamic"],
|
ldflags: ["-rdynamic"],
|
||||||
|
|
Loading…
Reference in a new issue