* #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/d4/d44438d4f5c3c0db0b63c0e30851427f0ba196ad.svn-base b/jni/pjproject-android/.svn/pristine/d4/d44438d4f5c3c0db0b63c0e30851427f0ba196ad.svn-base
new file mode 100644
index 0000000..c6bfcb3
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/d4/d44438d4f5c3c0db0b63c0e30851427f0ba196ad.svn-base
@@ -0,0 +1,12 @@
+# $Id$
+#
+from inc_cfg import *
+
+# Simple call
+test_param = TestParam(
+		"Basic call",
+		[
+			InstanceParam("callee", "--null-audio --max-calls=1"),
+			InstanceParam("caller", "--null-audio --max-calls=1")
+		]
+		)