mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
msgq test service in VTS
auto_gen_config: this is a helper binary, so we avoid actually running a test by not creating a test configuration test_suites: vts, so that this is built and packaged with VTS Bug: 168806888 Test: fmq_test Change-Id: I640b848297667594153c207f8a4fcad989585d98
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user