summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-04-25 11:40:54 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-04-25 11:48:02 +0200
commit6891ab0dae58fe482e89eec5186ad7aeff909cac (patch)
treeb361c90a22a7d2777d5a874e805e5f8e62b0c87f /postprocess
parente6e5a68f52f4e06b73f0ece3a3886f3bfc30f56d (diff)
enable clipboard service for android
- register the VCLGenericClipboard as the SystemClipboard - enable vcl.android component in Rdb services as this wasn't done - choose VclGenericClipboard as the android implementation Change-Id: I067dcf4d9cdfc4b7d7a941a1c86f545263d1abad
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Rdb_services.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 93f47433703d..ce8649ed7f7e 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -149,6 +149,9 @@ $(eval $(call gb_Rdb_add_components,services,\
$(if $(ENABLE_HEADLESS), \
vcl/vcl.headless \
) \
+ $(if $(filter ANDROID,$(OS)), \
+ vcl/vcl.android \
+ ) \
$(if $(filter-out WNT,$(OS)), \
embeddedobj/source/msole/emboleobj \
) \