* #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/uas-reinv-glare.py b/jni/pjproject-android/tests/pjsua/scripts-sipp/uas-reinv-glare.py
new file mode 100644
index 0000000..a6b2d25
--- /dev/null
+++ b/jni/pjproject-android/tests/pjsua/scripts-sipp/uas-reinv-glare.py
@@ -0,0 +1,7 @@
+# $Id: uas-reinv-glare.py 4188 2012-06-29 09:01:17Z nanang $
+#
+import inc_const as const
+
+PJSUA = ["--null-audio --max-calls=1 $SIPP_URI"]
+
+PJSUA_EXPECTS = [[0, const.STATE_CONFIRMED, "U"]]