* #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/f6/f6319dd0c20273b6343570a25f345dfb496d4190.svn-base b/jni/pjproject-android/.svn/pristine/f6/f6319dd0c20273b6343570a25f345dfb496d4190.svn-base
new file mode 100644
index 0000000..af99dbf
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/f6/f6319dd0c20273b6343570a25f345dfb496d4190.svn-base
@@ -0,0 +1,17 @@
+#
+# Global OS specific configurations for RTEMS OS.
+#
+# Thanks Zetron, Inc and Phil Torre <ptorre@zetron.com> for donating PJLIB
+# port to RTEMS.
+#
+export RTEMS_DEBUG := -ggdb3 -DRTEMS_DEBUG -DDEBUG -qrtems_debug 
+
+export OS_CFLAGS   := $(CC_DEF)PJ_RTEMS=1 \
+	-B$(RTEMS_LIBRARY_PATH)/lib/ -specs bsp_specs -qrtems
+
+export OS_CXXFLAGS := 
+
+export OS_LDFLAGS  := -B$(RTEMS_LIBRARY_PATH)/lib/ -specs bsp_specs -qrtems  -lm
+
+export OS_SOURCES  := 
+