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:
parent
9d98583a18
commit
181f6b1aae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue