cm: Include librsjni explicitly

 * Make sure this gets included since GMS webview breaks the dependency.

Change-Id: I49b01309dce8d9779ca58576c2d7ee78d133ddb0
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 @@
     libemoji \
     Terminal
 
+# Include librsjni explicitly to workaround GMS issue
+PRODUCT_PACKAGES += \
+    librsjni
+
 # Custom CM packages
 PRODUCT_PACKAGES += \
     Launcher3 \