diff options
Diffstat (limited to 'android/experimental')
-rw-r--r-- | android/experimental/DocumentLoader/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/android/experimental/DocumentLoader/Makefile b/android/experimental/DocumentLoader/Makefile index 1333aaf43619..7ac9b1c19a07 100644 --- a/android/experimental/DocumentLoader/Makefile +++ b/android/experimental/DocumentLoader/Makefile @@ -1,15 +1,14 @@ include ../../../config_host.mk +# The default target just builds. +all: build-ant + # The package of this app APP_PACKAGE=org.libreoffice.android.examples BOOTSTRAPDIR=../../Bootstrap include $(BOOTSTRAPDIR)/Makefile.shared -# The default target just builds. - -all: build-ant - copy-stuff: # Then "assets". Let the directory structure under assets mimic # that under solver for now. |