summaryrefslogtreecommitdiff
path: root/test/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.bp')
-rw-r--r--test/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Android.bp b/test/Android.bp
index 4ce7e85..b54674a 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -26,8 +26,9 @@ package {
cc_test {
name: "SonivoxTest",
gtest: true,
+ test_suites: ["device-tests"],
- srcs: [ "SonivoxTest.cpp" ],
+ srcs: ["SonivoxTest.cpp"],
static_libs: [
"libsonivox",