From e7f4058593c52863db155530fb431538e34df3f7 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Thu, 1 Dec 2016 18:57:48 +0100 Subject: [PATCH] cm: Fix Trusted Face Trusted Face depends on libprotobuf-cpp-full. Some devices already ship it (eg RIL needs it). Include it here to build it for every device. Link to OpenGapps issue: https://github.com/opengapps/opengapps/issues/390 Change-Id: Iffee0aa6218dfef45f5cd728a999fa1114c0dd57 Signed-off-by: Alexander Martinz --- config/common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/common.mk b/config/common.mk index 0c1160e1..ab543271 100644 --- a/config/common.mk +++ b/config/common.mk @@ -146,8 +146,9 @@ PRODUCT_PACKAGES += \ PhotoTable \ Terminal -# Include librsjni explicitly to workaround GMS issue +# Include explicitly to work around GMS issues PRODUCT_PACKAGES += \ + libprotobuf-cpp-full \ librsjni # Custom CM packages