Added android assets generation

This commit is contained in:
kshalnev 2015-06-06 00:45:50 +03:00 committed by Alex Zolotarev
parent 497372bdd6
commit 1342401ba0

View file

@ -15,5 +15,20 @@ if [ $? -ne 0 ]; then
exit 1 # error
fi
cd ../android
scripts=(update_assets.sh update_assets_yota.sh)
for item in ${scripts[*]}
do
sh $item
if [ $? -ne 0 ]; then
cd $MY_PATH
echo "Error"
exit 1 # error
fi
done
cd $MY_PATH
echo "Done"
exit 0 # ok