Skip to content

Commit 35149a1

Browse files
sapiersapier
sapier
authored and
sapier
committedJan 2, 2015
Speedup initial android startup on some devices by factor 10 or more
1 parent aaec558 commit 35149a1

File tree

2 files changed

+248
-129
lines changed

2 files changed

+248
-129
lines changed
 

‎build/android/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ assets : $(ASSETS_TIMESTAMP)
629629
find . -name "timestamp" -exec rm {} \; ; \
630630
find . -name "*.blend" -exec rm {} \; ; \
631631
ls -R | grep ":$$" | sed -e 's/:$$//' -e 's/\.//' -e 's/^\///' > "index.txt"; \
632+
find Minetest >"filelist.txt"; \
632633
cp ${ROOT}/${ASSETS_TIMESTAMP} ${ROOT}/${ASSETS_TIMESTAMP}.old; \
633634
else \
634635
echo "nothing to be done for assets"; \

0 commit comments

Comments
 (0)