From: Jan Altensen Date: Sat, 21 Sep 2019 18:29:18 +0000 (+0200) Subject: move camera.device@*-impl.so to common X-Git-Url: https://git.stricted.de/?p=GitHub%2Fexynos8895%2Fandroid_vendor_samsung_dream2lte.git;a=commitdiff_plain;h=d4bf072cc40c5f587b642bd22eb5981a0088d0d9 move camera.device@*-impl.so to common Change-Id: Id8045dbb7088efbd4e098f9d233b0a8ce2a5bdcc --- diff --git a/dream2lte-vendor.mk b/dream2lte-vendor.mk index 9082528..0e653d7 100644 --- a/dream2lte-vendor.mk +++ b/dream2lte-vendor.mk @@ -95,10 +95,6 @@ PRODUCT_COPY_FILES += \ vendor/samsung/dream2lte/proprietary/vendor/firmware/setfile_imx320.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/setfile_imx320.bin \ vendor/samsung/dream2lte/proprietary/vendor/firmware/setfile_imx333.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/setfile_imx333.bin \ vendor/samsung/dream2lte/proprietary/vendor/firmware/vts.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/vts.bin \ - vendor/samsung/dream2lte/proprietary/vendor/lib/camera.device@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/camera.device@1.0-impl.so \ - vendor/samsung/dream2lte/proprietary/vendor/lib/camera.device@3.2-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/camera.device@3.2-impl.so \ - vendor/samsung/dream2lte/proprietary/vendor/lib/camera.device@3.3-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/camera.device@3.3-impl.so \ - vendor/samsung/dream2lte/proprietary/vendor/lib/camera.device@3.4-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/camera.device@3.4-impl.so \ vendor/samsung/dream2lte/proprietary/vendor/lib/libDLInterface.camera.samsung.so:$(TARGET_COPY_OUT_VENDOR)/lib/libDLInterface.camera.samsung.so \ vendor/samsung/dream2lte/proprietary/vendor/lib/libOpenCv.camera.samsung.so:$(TARGET_COPY_OUT_VENDOR)/lib/libOpenCv.camera.samsung.so \ vendor/samsung/dream2lte/proprietary/vendor/lib/libhifistill.so:$(TARGET_COPY_OUT_VENDOR)/lib/libhifistill.so \ @@ -115,10 +111,6 @@ PRODUCT_COPY_FILES += \ vendor/samsung/dream2lte/proprietary/vendor/lib/libsomp.camera.samsung.so:$(TARGET_COPY_OUT_VENDOR)/lib/libsomp.camera.samsung.so \ vendor/samsung/dream2lte/proprietary/vendor/lib/libvxu.so:$(TARGET_COPY_OUT_VENDOR)/lib/libvxu.so \ vendor/samsung/dream2lte/proprietary/vendor/lib/libxcv.camera.samsung.so:$(TARGET_COPY_OUT_VENDOR)/lib/libxcv.camera.samsung.so \ - vendor/samsung/dream2lte/proprietary/vendor/lib64/camera.device@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/camera.device@1.0-impl.so \ - vendor/samsung/dream2lte/proprietary/vendor/lib64/camera.device@3.2-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/camera.device@3.2-impl.so \ - vendor/samsung/dream2lte/proprietary/vendor/lib64/camera.device@3.3-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/camera.device@3.3-impl.so \ - vendor/samsung/dream2lte/proprietary/vendor/lib64/camera.device@3.4-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/camera.device@3.4-impl.so \ vendor/samsung/dream2lte/proprietary/vendor/lib64/libDLInterface.camera.samsung.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libDLInterface.camera.samsung.so \ vendor/samsung/dream2lte/proprietary/vendor/lib64/libOpenCv.camera.samsung.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libOpenCv.camera.samsung.so \ vendor/samsung/dream2lte/proprietary/vendor/lib64/libhifistill.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libhifistill.so \ diff --git a/proprietary/vendor/lib/camera.device@1.0-impl.so b/proprietary/vendor/lib/camera.device@1.0-impl.so deleted file mode 100644 index 0ed3972..0000000 Binary files a/proprietary/vendor/lib/camera.device@1.0-impl.so and /dev/null differ diff --git a/proprietary/vendor/lib/camera.device@3.2-impl.so b/proprietary/vendor/lib/camera.device@3.2-impl.so deleted file mode 100644 index 4b4fd2f..0000000 Binary files a/proprietary/vendor/lib/camera.device@3.2-impl.so and /dev/null differ diff --git a/proprietary/vendor/lib/camera.device@3.3-impl.so b/proprietary/vendor/lib/camera.device@3.3-impl.so deleted file mode 100644 index d7cc7a8..0000000 Binary files a/proprietary/vendor/lib/camera.device@3.3-impl.so and /dev/null differ diff --git a/proprietary/vendor/lib/camera.device@3.4-impl.so b/proprietary/vendor/lib/camera.device@3.4-impl.so deleted file mode 100644 index d1e2f68..0000000 Binary files a/proprietary/vendor/lib/camera.device@3.4-impl.so and /dev/null differ diff --git a/proprietary/vendor/lib64/camera.device@1.0-impl.so b/proprietary/vendor/lib64/camera.device@1.0-impl.so deleted file mode 100644 index 8a7b1d7..0000000 Binary files a/proprietary/vendor/lib64/camera.device@1.0-impl.so and /dev/null differ diff --git a/proprietary/vendor/lib64/camera.device@3.2-impl.so b/proprietary/vendor/lib64/camera.device@3.2-impl.so deleted file mode 100644 index beff449..0000000 Binary files a/proprietary/vendor/lib64/camera.device@3.2-impl.so and /dev/null differ diff --git a/proprietary/vendor/lib64/camera.device@3.3-impl.so b/proprietary/vendor/lib64/camera.device@3.3-impl.so deleted file mode 100644 index b400b8d..0000000 Binary files a/proprietary/vendor/lib64/camera.device@3.3-impl.so and /dev/null differ diff --git a/proprietary/vendor/lib64/camera.device@3.4-impl.so b/proprietary/vendor/lib64/camera.device@3.4-impl.so deleted file mode 100644 index 346b79c..0000000 Binary files a/proprietary/vendor/lib64/camera.device@3.4-impl.so and /dev/null differ