|
|
|
|
|
|
|
|
|
|
if [ $architecture = "arm64" ]; then |
|
|
|
python3 lib_build.py -r $engine_path -p android -m $runtime_mode --arm64 |
|
|
|
elif [ ! $architecture ]; then |
|
|
|
elif [ ! $architecture ] || [ $architecture = "arm32" ]; then |
|
|
|
python3 lib_build.py -r $engine_path -p android -m $runtime_mode |
|
|
|
else |
|
|
|
echo "If you want to build android arm64, please enter '-a arm64'. \nWihtout enter this, it will build android arm32 by default" |