From 6cf5bace928217a09bbf920326c7fc56439e5b6f Mon Sep 17 00:00:00 2001 From: therootlord Date: Fri, 7 Sep 2018 14:21:16 -0300 Subject: [PATCH] sanders: build libgui_vendor * Needed for libmot_gpu_mapper * Requires this: https://github.com/SacredOS/frameworks_native/commit/c80908a65292c482fe5f14a6ba63ee3d0e5a07a1 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index 06682a1..856324f 100644 --- a/device.mk +++ b/device.mk @@ -118,6 +118,7 @@ PRODUCT_PACKAGES += \ # Camera PRODUCT_PACKAGES += \ libbson \ + libgui_vendor \ camera.device@1.0-impl \ camera.device@3.2-impl \ android.hardware.camera.provider@2.4-impl \