From 07f2ac935e905ff3c32acfdb5c94da3661c54359 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Mon, 9 May 2022 17:01:22 +0200 Subject: [PATCH] sm8350-common: Go away Megvii [1/2] * Nuke Megvii proprietary files and build stub ones from hardware/xiaomi Change-Id: I53f8f0897b25517741a06c5962c02fe8fda61072 --- common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.mk b/common.mk index f092ef5..664cadb 100644 --- a/common.mk +++ b/common.mk @@ -145,6 +145,10 @@ PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-service_64 \ vendor.qti.hardware.camera.postproc@1.0.vendor +PRODUCT_PACKAGES += \ + libMegviiFacepp-0.5.2 \ + libmegface + 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 \