summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-12-01 13:31:45 -0800
committerSteve Kondik <steve@cyngn.com>2015-12-01 13:31:45 -0800
commitdac37852d47f6e6c37c359709ed183bc9a73dae2 (patch)
tree824a19245db42063c072bac67d351785bcf4053f /config
parentfa30716f71a67921fc31b58f25312b2df82ea83d (diff)
downloadvendor_replicant-dac37852d47f6e6c37c359709ed183bc9a73dae2.zip
vendor_replicant-dac37852d47f6e6c37c359709ed183bc9a73dae2.tar.gz
vendor_replicant-dac37852d47f6e6c37c359709ed183bc9a73dae2.tar.bz2
cm: Include librsjni explicitly
* Make sure this gets included since GMS webview breaks the dependency. Change-Id: I49b01309dce8d9779ca58576c2d7ee78d133ddb0
Diffstat (limited to 'config')
-rw-r--r--config/common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/common.mk b/config/common.mk
index 1126acc..9f12397 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -135,6 +135,10 @@ PRODUCT_PACKAGES += \
libemoji \
Terminal
+# Include librsjni explicitly to workaround GMS issue
+PRODUCT_PACKAGES += \
+ librsjni
+
# Custom CM packages
PRODUCT_PACKAGES += \
Launcher3 \