summaryrefslogtreecommitdiff
path: root/postprocess/packregistry
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-09-28 12:40:37 +0200
committerThorsten Behrens <tbehrens@novell.com>2011-09-28 16:47:49 +0200
commitf0149fe6eaa5e8ac121af39354950c73534482a3 (patch)
tree5a077e50ab6344580d0d26e908e5d968c9c701af /postprocess/packregistry
parent69a1f550625b967c34a1468c7e83e22003bb0796 (diff)
Android now builds up to instsetoo_native
Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build.
Diffstat (limited to 'postprocess/packregistry')
-rw-r--r--postprocess/packregistry/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk
index b77b968a7831..f03a6407a28a 100644
--- a/postprocess/packregistry/makefile.mk
+++ b/postprocess/packregistry/makefile.mk
@@ -315,6 +315,8 @@ MY_FILES_main += \
# Inet-wnt.xcu must come after Inet.xcu
.ELIF "$(GUIBASE)" == "cocoatouch"
# ?
+.ELIF "$(GUIBASE)" == "android"
+# ?
.ELSE
ERROR : unknown-GUIBASE
.END