commit | dac37852d47f6e6c37c359709ed183bc9a73dae2 | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Tue Dec 01 13:31:45 2015 -0800 |
committer | Steve Kondik <steve@cyngn.com> | Tue Dec 01 13:31:45 2015 -0800 |
tree | 824a19245db42063c072bac67d351785bcf4053f | |
parent | fa30716f71a67921fc31b58f25312b2df82ea83d [diff] |
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 \