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 <eviscerationls@gmail.com>
This commit is contained in:
parent
047385afe9
commit
e7f4058593
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue