Skip to content

Commit

Permalink
Speedup initial android startup on some devices by factor 10 or more
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed Jan 2, 2015
1 parent aaec558 commit 35149a1
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 129 deletions.
1 change: 1 addition & 0 deletions build/android/Makefile
Expand Up @@ -629,6 +629,7 @@ assets : $(ASSETS_TIMESTAMP)
find . -name "timestamp" -exec rm {} \; ; \
find . -name "*.blend" -exec rm {} \; ; \
ls -R | grep ":$$" | sed -e 's/:$$//' -e 's/\.//' -e 's/^\///' > "index.txt"; \
find Minetest >"filelist.txt"; \
cp ${ROOT}/${ASSETS_TIMESTAMP} ${ROOT}/${ASSETS_TIMESTAMP}.old; \
else \
echo "nothing to be done for assets"; \
Expand Down

0 comments on commit 35149a1

Please sign in to comment.