Commit aaad16f2 by sikang

bug fix builder.sh

parent 8904cd33
...@@ -12,7 +12,6 @@ rm -rf resGuardApks ...@@ -12,7 +12,6 @@ rm -rf resGuardApks
gradlew clean gradlew clean
init(){ init(){
cd lib_base/script
#api混淆 #api混淆
if [[ -e "script/api_mapping" ]]; then if [[ -e "script/api_mapping" ]]; then
cd code cd code
...@@ -31,6 +30,7 @@ init(){ ...@@ -31,6 +30,7 @@ init(){
cd ../../../ cd ../../../
} }
cd lib_base/script
if((${action}=='1')) if((${action}=='1'))
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment