CTS: check non-zygote apps are not debuggable

Adds an hostside-like CTS test running a Java app (jar file) from
app_process, without forking from zygote, and checks it is not
debuggable (having no JDWP connection) using 'adb jdwp' command.

Bug: 23050463
Change-Id: I8175ca467457502bd9f42c0426c082bf01735c11
diff --git a/CtsTestCaseList.mk b/CtsTestCaseList.mk
index 0950994..4f63680 100644
--- a/CtsTestCaseList.mk
+++ b/CtsTestCaseList.mk
@@ -222,6 +222,7 @@
     CtsHostJank \
     CtsHostsideNetworkTests \
     CtsHostUi \
+    CtsJdwpSecurityHostTestCases \
     CtsMonkeyTestCases \
     CtsThemeHostTestCases \
     CtsUsageHostTestCases \
@@ -244,7 +245,8 @@
     CtsUiAutomatorTests
 
 cts_device_jars := \
-    CtsDeviceJank
+    CtsDeviceJank \
+    CtsJdwpApp
 
 cts_target_junit_tests := \
     CtsJdwp