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