1#!/bin/bash 2 3# $1 Path to the new version. 4# $2 Path to the old version. 5 6rm $1/packages/Android/Android.mk 7cp -a -n $2/androidconfigure $1/ 8cp -a -n $2/local-configure.patch $1/ 9 10echo "Please run androidconfigure to update curl_config.h." 11