Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependencies

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28489 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2010-11-05 14:58:11 +00:00
parent 9d98583a18
commit 181f6b1aae

View file

@ -87,7 +87,7 @@ $(BINLIB_DIR)/libmisc.so: $(BUILDDIR)/rockbox.zip
libs: $(LIBS)
$(TEMP_APK): $(DIRS) $(LIBS) $(DEX)
$(TEMP_APK): $(AP_) $(DIRS) $(LIBS) $(DEX)
$(call PRINTS,APK $(subst $(BUILDDIR)/,,$@))$(APKBUILDER) $@ \
-u -z $(AP_) -f $(DEX) -nf $(BUILDDIR)/libs