* #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/tests/pjsua/scripts-sipp/uac-inv-without-sdp.py b/jni/pjproject-android/tests/pjsua/scripts-sipp/uac-inv-without-sdp.py
new file mode 100644
index 0000000..45f9467
--- /dev/null
+++ b/jni/pjproject-android/tests/pjsua/scripts-sipp/uac-inv-without-sdp.py
@@ -0,0 +1,11 @@
+# $Id: uac-inv-without-sdp.py 4177 2012-06-26 02:28:59Z nanang $
+#
+import inc_const as const
+
+PJSUA = ["--null-audio --max-calls=1"]
+
+PJSUA_EXPECTS = [[0, const.EVENT_INCOMING_CALL, "a"],
+		 [0, "", "200"],
+		 [0, const.MEDIA_ACTIVE, ""],
+		 [0, const.STATE_CONFIRMED, "h"]
+		 ]