From 5697cf4fa2397db84353c6559d894ed971c39ac8 Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Wed, 16 Sep 2020 12:57:12 +0300 Subject: [PATCH] sm6250-common: build libgui_vendor from source --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index 8f1dbff..afe5d50 100644 --- a/common.mk +++ b/common.mk @@ -70,6 +70,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ libshim_megvii +PRODUCT_PACKAGES += \ + libgui_vendor + PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \