|
|
|
|
|
|
esac |
|
|
|
done |
|
|
|
|
|
|
|
if [ $architecture = "64" ]; then |
|
|
|
if [ $architecture = "arm64" ]; then |
|
|
|
echo "If you want to build android arm64, please enter '-a 64'. \nWihtout enter this, it will build android arm32 by default" |
|
|
|
echo "If you want to build android arm64, please enter '-a arm64'. \nWihtout enter this, it will build android arm32 by default" |
|
|
|
fi |