From 1d1ae33bd50731c2d723166bb9c7f38c1f2ad2ff Mon Sep 17 00:00:00 2001 From: Michael Benedict Date: Sun, 8 Mar 2020 13:52:20 +1100 Subject: [PATCH] Revert "reextract blobs" This reverts commit 82dd727d0bfd2ac652a10eb0242ad8c425018594. --- dream2lte-vendor.mk | 4 ++-- ...dor.universal8895.so => camera.universal8895.so} | Bin ...dor.universal8895.so => camera.universal8895.so} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename proprietary/lib/hw/{camera.vendor.universal8895.so => camera.universal8895.so} (100%) rename proprietary/lib64/hw/{camera.vendor.universal8895.so => camera.universal8895.so} (100%) diff --git a/dream2lte-vendor.mk b/dream2lte-vendor.mk index 9f9f4bb..1afacb9 100644 --- a/dream2lte-vendor.mk +++ b/dream2lte-vendor.mk @@ -18,7 +18,7 @@ PRODUCT_SOONG_NAMESPACES += \ vendor/samsung/dream2lte PRODUCT_COPY_FILES += \ - vendor/samsung/dream2lte/proprietary/lib/hw/camera.vendor.universal8895.so:$(TARGET_COPY_OUT_SYSTEM)/lib/hw/camera.vendor.universal8895.so \ + vendor/samsung/dream2lte/proprietary/lib/hw/camera.universal8895.so:$(TARGET_COPY_OUT_SYSTEM)/lib/hw/camera.universal8895.so \ vendor/samsung/dream2lte/proprietary/lib/libFacePreProcessing.camera.samsung.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libFacePreProcessing.camera.samsung.so \ vendor/samsung/dream2lte/proprietary/lib/libFacePreProcessing_jni.camera.samsung.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libFacePreProcessing_jni.camera.samsung.so \ vendor/samsung/dream2lte/proprietary/lib/libFacialBasedSelfieCorrection.camera.samsung.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libFacialBasedSelfieCorrection.camera.samsung.so \ @@ -37,7 +37,7 @@ PRODUCT_COPY_FILES += \ vendor/samsung/dream2lte/proprietary/lib/libsmartfocusengine.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libsmartfocusengine.so \ vendor/samsung/dream2lte/proprietary/lib/libuniapi.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libuniapi.so \ vendor/samsung/dream2lte/proprietary/lib/libuniplugin.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libuniplugin.so \ - vendor/samsung/dream2lte/proprietary/lib64/hw/camera.vendor.universal8895.so:$(TARGET_COPY_OUT_SYSTEM)/lib64/hw/camera.vendor.universal8895.so \ + vendor/samsung/dream2lte/proprietary/lib64/hw/camera.universal8895.so:$(TARGET_COPY_OUT_SYSTEM)/lib64/hw/camera.universal8895.so \ vendor/samsung/dream2lte/proprietary/lib64/libIDDQD_core.so:$(TARGET_COPY_OUT_SYSTEM)/lib64/libIDDQD_core.so \ vendor/samsung/dream2lte/proprietary/lib64/libIDDQD_interface.so:$(TARGET_COPY_OUT_SYSTEM)/lib64/libIDDQD_interface.so \ vendor/samsung/dream2lte/proprietary/lib64/libblurdetection.so:$(TARGET_COPY_OUT_SYSTEM)/lib64/libblurdetection.so \ diff --git a/proprietary/lib/hw/camera.vendor.universal8895.so b/proprietary/lib/hw/camera.universal8895.so similarity index 100% rename from proprietary/lib/hw/camera.vendor.universal8895.so rename to proprietary/lib/hw/camera.universal8895.so diff --git a/proprietary/lib64/hw/camera.vendor.universal8895.so b/proprietary/lib64/hw/camera.universal8895.so similarity index 100% rename from proprietary/lib64/hw/camera.vendor.universal8895.so rename to proprietary/lib64/hw/camera.universal8895.so -- 2.20.1