* #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/third_party/build/os-auto.mak.in b/jni/pjproject-android/third_party/build/os-auto.mak.in
new file mode 100644
index 0000000..f1de03f
--- /dev/null
+++ b/jni/pjproject-android/third_party/build/os-auto.mak.in
@@ -0,0 +1,33 @@
+
+ifneq (@ac_no_gsm_codec@,1)
+ifeq (@ac_external_gsm@,1)
+# External
+else
+DIRS += gsm
+endif
+endif
+
+ifneq (@ac_no_ilbc_codec@,1)
+DIRS += ilbc
+endif
+
+ifneq (@ac_no_speex_codec@,1)
+ifeq (@ac_external_speex@,1)
+# External speex
+else
+DIRS += speex
+endif
+endif
+
+ifneq (@ac_no_g7221_codec@,1)
+DIRS += g7221
+endif
+
+ifneq ($(findstring pa,@ac_pjmedia_snd@),)
+ifeq (@ac_external_pa@,1)
+# External PA
+else
+DIRS += portaudio
+endif
+endif
+