From dac37852d47f6e6c37c359709ed183bc9a73dae2 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Tue, 1 Dec 2015 13:31:45 -0800 Subject: [PATCH] cm: Include librsjni explicitly * Make sure this gets included since GMS webview breaks the dependency. Change-Id: I49b01309dce8d9779ca58576c2d7ee78d133ddb0 --- config/common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/common.mk b/config/common.mk index 1126accc..9f123974 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 \