* #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/48/484ac113519789e542eccc5486a5b5dd931c51c9.svn-base b/jni/pjproject-android/.svn/pristine/48/484ac113519789e542eccc5486a5b5dd931c51c9.svn-base
new file mode 100644
index 0000000..9139dc1
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/48/484ac113519789e542eccc5486a5b5dd931c51c9.svn-base
@@ -0,0 +1,10 @@
+include ../../../build.mak
+
+cflags:
+	@echo $(PJ_CFLAGS) $(CFLAGS)
+
+cxxflags: cflags
+
+ldflags:
+	@echo $(PJ_LDFLAGS) $(PJ_LDLIBS) $(LDFLAGS)
+