Merge "Enable unit tests in postsubmit" into main
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..2dfb19b
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,5 @@
+{
+    "postsubmit": [
+        { "name": "SonivoxTest" }
+    ]
+}
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 @@
 cc_test {
     name: "SonivoxTest",
     gtest: true,
+    test_suites: ["device-tests"],
 
-    srcs: [ "SonivoxTest.cpp" ],
+    srcs: ["SonivoxTest.cpp"],
 
     static_libs: [
         "libsonivox",