summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
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 \
))