Kaydet (Commit) ad43a170 authored tarafından Michael Stahl's avatar Michael Stahl

Repository.mk: move mobile-only libraries to NONE layer

Change-Id: Iae0c3fc429c74713662f1a75ef0a2150700274c7
üst 30c237ae
...@@ -194,13 +194,12 @@ $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\ ...@@ -194,13 +194,12 @@ $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
ifneq (,$(filter ANDROID IOS,$(OS))) 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), \ $(if $(filter $(OS),ANDROID), \
lo-bootstrap \ lo-bootstrap \
) \ ) \
))
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
libotouch \ libotouch \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment