From ad43a1707353cdef79f6eb2fbc3da1a48838f6e4 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 30 Oct 2014 23:05:17 +0100 Subject: Repository.mk: move mobile-only libraries to NONE layer Change-Id: Iae0c3fc429c74713662f1a75ef0a2150700274c7 --- Repository.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Repository.mk') 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 \ )) -- cgit v1.2.3