diff options
-rw-r--r-- | Repository.mk | 7 |
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 \ )) |