* #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/73/732fada170dae9e07488070226e3e68f1e49a05c.svn-base b/jni/pjproject-android/.svn/pristine/73/732fada170dae9e07488070226e3e68f1e49a05c.svn-base
new file mode 100644
index 0000000..7d19f6f
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/73/732fada170dae9e07488070226e3e68f1e49a05c.svn-base
@@ -0,0 +1,11 @@
+# $Id$
+#
+from inc_cfg import *
+
+# simple test
+test_param = TestParam(
+		"Resample (large filter) 8 KHZ to 11 KHZ",
+		[
+			InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 11025 --play-file wavs/input.8.wav --rec-file wavs/tmp.11.wav")
+		]
+		)