summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/android.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/android.make b/android/android.make
index 9ca760e470..38dc2d8557 100644
--- a/android/android.make
+++ b/android/android.make
@@ -87,7 +87,7 @@ $(BINLIB_DIR)/libmisc.so: $(BUILDDIR)/rockbox.zip
87 87
88libs: $(LIBS) 88libs: $(LIBS)
89 89
90$(TEMP_APK): $(DIRS) $(LIBS) $(DEX) 90$(TEMP_APK): $(AP_) $(DIRS) $(LIBS) $(DEX)
91 $(call PRINTS,APK $(subst $(BUILDDIR)/,,$@))$(APKBUILDER) $@ \ 91 $(call PRINTS,APK $(subst $(BUILDDIR)/,,$@))$(APKBUILDER) $@ \
92 -u -z $(AP_) -f $(DEX) -nf $(BUILDDIR)/libs 92 -u -z $(AP_) -f $(DEX) -nf $(BUILDDIR)/libs
93 93