diff options
Diffstat (limited to 'android/android.make')
| -rw-r--r-- | android/android.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/android.make b/android/android.make index 9ca760e..38dc2d8 100644 --- a/android/android.make +++ b/android/android.make @@ -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 |