* #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/5c/5ccd9bd02cdcbd20fe5295fc94664ac125f6cf04.svn-base b/jni/pjproject-android/.svn/pristine/5c/5ccd9bd02cdcbd20fe5295fc94664ac125f6cf04.svn-base
new file mode 100644
index 0000000..dcebf6d
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/5c/5ccd9bd02cdcbd20fe5295fc94664ac125f6cf04.svn-base
@@ -0,0 +1,9 @@
+# $Id$
+#
+import inc_const as const
+
+PJSUA = ["--null-audio --max-calls=1 --id=sip:pjsua@localhost --username=pjsua --realm=* $SIPP_URI"]
+
+PJSUA_EXPECTS = [[0, "ACK sip:proxy@.* SIP/2\.0", ""],
+		 [0, const.STATE_CONFIRMED, "h"]
+ 		 ]