diff options
| author | Cesar Matias <cesar.maximo@gmail.com> | 2017-03-29 16:59:16 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-08-21 14:59:07 +0200 |
| commit | 23ccf17758c340dcd33c68f0869dc1dd31f44573 (patch) | |
| tree | e2135a7d22cb3d7a29ed69245852feed155824a3 | |
| parent | b7cd460dd1aae9bcbf83da7727f859357288901b (diff) | |
Trusted Face, Fix it
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:
opengapps/opengapps#390
| -rw-r--r-- | product/packages.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/product/packages.mk b/product/packages.mk index c497e2c..2083d81 100644 --- a/product/packages.mk +++ b/product/packages.mk @@ -47,6 +47,9 @@ PRODUCT_PACKAGES += \ # LiveDisplay PRODUCT_PACKAGES += libjni_livedisplay +# Include explicitly to work around Facelock issues +PRODUCT_PACKAGES += libprotobuf-cpp-full + # USB PRODUCT_PACKAGES += com.android.future.usb.accessory |
