Commit 3aaace9a authored by Cesar Matias's avatar Cesar Matias
Browse files

madOS: 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
parent c7e2facf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -29,6 +29,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
    LockClock

# Include explicitly to work around Facelock issues
PRODUCT_PACKAGES += \
    libprotobuf-cpp-full

# FMRadio
PRODUCT_PACKAGES += \
    libfmjni \