* #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/97/9726280e9c40cb26d4be49ed5c16bfe79167eda6.svn-base b/jni/pjproject-android/.svn/pristine/97/9726280e9c40cb26d4be49ed5c16bfe79167eda6.svn-base
new file mode 100644
index 0000000..456aa46
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/97/9726280e9c40cb26d4be49ed5c16bfe79167eda6.svn-base
@@ -0,0 +1,12 @@
+# $Id$
+#
+from inc_cfg import *
+
+# ICE mismatch
+test_param = TestParam(
+		"Callee=use ICE, caller=use ICE",
+		[
+			InstanceParam("callee", "--null-audio --use-ice --max-calls=1", enable_buffer=True),
+			InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True)
+		]
+		)