FPII-2570: Adapt project to compile in Android tree.

This uses the same mechanism as the Nougat's curl and I suggest moving to
to their version once we have more time.

Change-Id: I647b0eb22b482528d5a27062c778c40294dd6f7f
diff --git a/androidconfigure b/androidconfigure
index 895465c..55cdd50 100755
--- a/androidconfigure
+++ b/androidconfigure
@@ -29,8 +29,7 @@
 
 ./buildconf
 CFLAGS="${CFLAGS[@]}"
-./configure --host=arm-linux-androideabi --with-ssl="${T}/external/boringssl" \
+./configure --host=arm-linux-androideabi --with-ssl="${T}/external/openssl" \
   CFLAGS="${CFLAGS}"  LIBS="-lc" CPPFLAGS="${CFLAGS} -I${T}/external/zlib/src" \
   LDFLAGS="-L${ANDROID_PRODUCT_OUT}/obj/lib/" --disable-ntlm-wb --enable-ipv6 \
   --with-zlib
-