* #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_add.bat b/jni/pjproject-android/svn_add.bat
new file mode 100644
index 0000000..e837ca9
--- /dev/null
+++ b/jni/pjproject-android/svn_add.bat
@@ -0,0 +1,12 @@
+@echo off

+

+if "%*" EQU "" (

+	echo Usage: svn_add.bat FILE1 ...

+	goto end

+)

+

+svn add %*

+

+svn_pset.bat %*

+

+:end