* #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/d0/d0bd82d4ac18c329414a89a400d6494da2f75c7e.svn-base b/jni/pjproject-android/.svn/pristine/d0/d0bd82d4ac18c329414a89a400d6494da2f75c7e.svn-base
new file mode 100644
index 0000000..92b0ff4
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/d0/d0bd82d4ac18c329414a89a400d6494da2f75c7e.svn-base
@@ -0,0 +1,11 @@
+# $Id$
+#
+from inc_cfg import *
+
+test_param= TestParam(
+		"Callee=no SRTP, caller=optional SRTP",
+		[
+			InstanceParam("callee", "--null-audio --max-calls=1"),
+			InstanceParam("caller", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1")
+		]
+		)