From 46e2487ac07c296e6e10cfb1e51f0c291130af12 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 10 Sep 2020 22:20:02 +0000 Subject: [PATCH] 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 --- tests/msgq/1.0/default/Android.bp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/msgq/1.0/default/Android.bp b/tests/msgq/1.0/default/Android.bp index 75bdca110e..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: ["general-tests"], + test_suites: [ + "general-tests", + "vts", + ], + auto_gen_config: false, // Allow dlsym'ing self for statically linked passthrough implementations ldflags: ["-rdynamic"],