From 0b92c0fa26073b375fdab97b5ea1691178362605 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 11 Mar 2011 15:45:49 +0000 Subject: [PATCH] Android: remove rockbox.apk when doing 'make clean' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29564 a1c6a512-1295-4272-9138-f99709370657 --- tools/root.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/root.make b/tools/root.make index 85a996fc62..1ac5568316 100644 --- a/tools/root.make +++ b/tools/root.make @@ -147,7 +147,8 @@ clean:: *.wav *.mp3 *.voice $(CLEANOBJS) \ $(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \ make.dep rombox.elf rombox.map rombox.bin rombox.ucl romstart.txt \ - $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK) + $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK) \ + rockbox.apk #### linking the binaries: ####