* #27232: jni: added pjproject checkout as regular git content

We will remove it once the next release of pjsip (with Android support)
comes out and is merged into SFLphone.
diff --git a/jni/pjproject-android/.svn/pristine/86/86fa26a3cb2647cd9ee57bf8572aa4dee7c37d14.svn-base b/jni/pjproject-android/.svn/pristine/86/86fa26a3cb2647cd9ee57bf8572aa4dee7c37d14.svn-base
new file mode 100644
index 0000000..3b4446c
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/86/86fa26a3cb2647cd9ee57bf8572aa4dee7c37d14.svn-base
@@ -0,0 +1,11 @@
+# $Id$
+#
+from inc_cfg import *
+
+test_param = TestParam(
+		"Callee=optional SRTP, caller=optional SRTP",
+		[
+			InstanceParam("callee", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1"),
+			InstanceParam("caller", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1")
+		]
+		)