diff options
Diffstat (limited to 'desktop/Library_sofficeapp.mk')
-rw-r--r-- | desktop/Library_sofficeapp.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk index 867e39885ac4..d81420fe5b35 100644 --- a/desktop/Library_sofficeapp.mk +++ b/desktop/Library_sofficeapp.mk @@ -100,6 +100,12 @@ $(eval $(call gb_Library_add_exception_objects,sofficeapp,\ desktop/source/lib/init \ )) +ifeq ($(OS),ANDROID) +$(eval $(call gb_Library_add_exception_objects,sofficeapp,\ + desktop/source/lib/lokandroid \ +)) +endif + ifeq ($(ENABLE_TELEPATHY),TRUE) $(eval $(call gb_Library_use_libraries,sofficeapp,tubes)) endif |