mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Android port: Remove the "make zip" dependency of make apk again (see r28068).
It was reintroduced in r28138. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28141 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3013103249
commit
55d70363bd
2 changed files with 9 additions and 4 deletions
|
@ -78,9 +78,7 @@ dex: $(DEX)
|
|||
$(BINLIB_DIR)/$(BINARY): $(BUILDDIR)/$(BINARY)
|
||||
$(call PRINTS,CP $(BINARY))cp $^ $@
|
||||
|
||||
$(BUILDDIR)/rockbox.zip: zip
|
||||
|
||||
$(BINLIB_DIR)/libmisc.so: $(BUILDDIR)/rockbox.zip
|
||||
$(BINLIB_DIR)/libmisc.so:
|
||||
$(call PRINTS,CP rockbox.zip)cp $^ $@
|
||||
|
||||
libs: $(LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue