clean libs directory

This commit is contained in:
n8fr8 2012-05-02 23:36:31 -04:00
parent 7f57a91d51
commit ca9ac3a921
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ if test -z $NDK_ROOT; then echo "NDK_ROOT is not exported, do so by something cl
rm -rf native
rm res/raw/privoxy
rm res/raw/tor
rm -rf libs/jtorctrl
rm libs/jtorctrl.jar
rm -rf libs
#create the native folder if it doesn't exist
mkdir native
mkdir native/lib
mkdir native/include
mkdir libs
cd native
#Build openssl using default ndk-build