diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-12-14 14:06:26 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-02-15 11:41:04 +0000 |
commit | 44db691206bf8b413dd04ffb6c762a539d3f2dc1 (patch) | |
tree | 4429155dfa31b7b205c371c57371e784e718e86b /android/experimental | |
parent | 6aef5e7807a0b1ebb48da82556e9e53096c9753d (diff) |
android: get the desktop demo building again.
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. |