Make sure SimpleSmsApp is build as part of test suites

Fixes: 157522437
Test: forrest
Change-Id: I540e3ac22e86a9e6cef0cb8c47589937f53e01eb
diff --git a/hostsidetests/devicepolicy/app/SimpleSmsApp/Android.bp b/hostsidetests/devicepolicy/app/SimpleSmsApp/Android.bp
index bf67cc0..f6ad171 100644
--- a/hostsidetests/devicepolicy/app/SimpleSmsApp/Android.bp
+++ b/hostsidetests/devicepolicy/app/SimpleSmsApp/Android.bp
@@ -16,10 +16,14 @@
     name: "SimpleSmsApp",
     sdk_version: "test_current",
     srcs: ["src/**/*.java"],
+    defaults: ["cts_defaults"],
     static_libs: [
         "cts-devicepolicy-suspensionchecker",
     ],
     test_suites: [
+        "arcts",
         "cts",
+        "vts10",
+        "general-tests",
     ],
 }
\ No newline at end of file