* #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/build/os-auto.mak.in b/jni/pjproject-android/build/os-auto.mak.in
new file mode 100644
index 0000000..3d99927
--- /dev/null
+++ b/jni/pjproject-android/build/os-auto.mak.in
@@ -0,0 +1,11 @@
+# @configure_input@
+
+export OS_CFLAGS   := $(CC_DEF)PJ_AUTOCONF=1 @CFLAGS@
+
+export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CXXFLAGS@
+
+export OS_LDFLAGS  := @LDFLAGS@ @LIBS@
+
+export OS_SOURCES  := 
+
+