clean libs directory
This commit is contained in:
parent
7f57a91d51
commit
ca9ac3a921
|
@ -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 -rf native
|
||||||
rm res/raw/privoxy
|
rm res/raw/privoxy
|
||||||
rm res/raw/tor
|
rm res/raw/tor
|
||||||
rm -rf libs/jtorctrl
|
rm -rf libs
|
||||||
rm libs/jtorctrl.jar
|
|
||||||
|
|
||||||
#create the native folder if it doesn't exist
|
#create the native folder if it doesn't exist
|
||||||
mkdir native
|
mkdir native
|
||||||
mkdir native/lib
|
mkdir native/lib
|
||||||
mkdir native/include
|
mkdir native/include
|
||||||
|
mkdir libs
|
||||||
cd native
|
cd native
|
||||||
|
|
||||||
#Build openssl using default ndk-build
|
#Build openssl using default ndk-build
|
||||||
|
|
Loading…
Reference in New Issue