summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-30 23:05:17 +0100
committerMichael Stahl <mstahl@redhat.com>2014-10-31 17:55:15 +0100
commitad43a1707353cdef79f6eb2fbc3da1a48838f6e4 (patch)
tree438909a193041514220deeaa9a341f1bf2645d4e /Repository.mk
parent30c237aef724591a8804f62eb05bae3101461f5a (diff)
Repository.mk: move mobile-only libraries to NONE layer
Change-Id: Iae0c3fc429c74713662f1a75ef0a2150700274c7
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/Repository.mk b/Repository.mk
index 62561ca92629..f879375d8e60 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -194,13 +194,12 @@ $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
ifneq (,$(filter ANDROID IOS,$(OS)))
-$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
+# these are in NONE layer because
+# a) scp2 is not used on mobile b) layers don't mean anything on mobile
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
$(if $(filter $(OS),ANDROID), \
lo-bootstrap \
) \
-))
-
-$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
libotouch \
))