Add test config to JniInvocation_test

Design doc:
Generalized Suites & the Unification of APCT & CTS Workflows Design/Roadmap
https://docs.google.com/document/d/1eabK3srlBLouMiBMrNP3xJPiRRdcoCquNxC8gBWPvx8/edit#heading=h.78vup5eivwzo

Details about test configs changes are tracked in doc
https://docs.google.com/document/d/1EWUjJ7fjy8ge_Nk0YQbFdRp8DSHo3z6GU0R8jLgrAcw/edit#

Bug: 35882476
Test: local test
Change-Id: I960ae8d6c1d2b2a489e8d11b534be5127ea8d018
diff --git a/tests/Android.bp b/tests/Android.bp
index b4d928b..523b419 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -2,6 +2,7 @@
 
 cc_test {
     name: "JniInvocation_test",
+    test_suites: ["device-tests"],
     host_supported: true,
     clang: true,
     srcs: ["JniInvocation_test.cpp"],