diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/msgq/1.0/default/Android.bp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/msgq/1.0/default/Android.bp b/tests/msgq/1.0/default/Android.bp index a5ba23de7a..9c1b3f9e53 100644 --- a/tests/msgq/1.0/default/Android.bp +++ b/tests/msgq/1.0/default/Android.bp @@ -79,7 +79,11 @@ cc_test { suffix: "64", }, }, - test_suites: ["device-tests"], + test_suites: [ + "general-tests", + "vts", + ], + auto_gen_config: false, // Allow dlsym'ing self for statically linked passthrough implementations ldflags: ["-rdynamic"], |