* #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/ba/ba2c67a77d1696d529bb66b764caf9ab87a0a797.svn-base b/jni/pjproject-android/.svn/pristine/ba/ba2c67a77d1696d529bb66b764caf9ab87a0a797.svn-base
new file mode 100644
index 0000000..352e658
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/ba/ba2c67a77d1696d529bb66b764caf9ab87a0a797.svn-base
@@ -0,0 +1,14 @@
+//
+// Prefix header for all source files of the 'ipjsua' target in the 'ipjsua' project
+//
+
+#import <Availability.h>
+
+#ifndef __IPHONE_4_0
+#warning "This project uses features only available in iOS SDK 4.0 and later."
+#endif
+
+#ifdef __OBJC__
+    #import <UIKit/UIKit.h>
+    #import <Foundation/Foundation.h>
+#endif