Remove/extract new data only if apk has assets

This commit is contained in:
Deve
2019-10-12 00:21:38 +02:00
parent 6d7d580fa3
commit 674cfff070
3 changed files with 41 additions and 7 deletions

View File

@@ -664,6 +664,9 @@ find assets/* -type d | sort > assets/directories.txt
sed -i s/'.\/assets\/'// assets/directories.txt
sed -i s/'assets\/'// assets/directories.txt
# A file that can be used to check if apk has assets
echo "has_assets" > assets/has_assets.txt
# It will be probably ignored by ant, but create it anyway...
touch assets/.nomedia