From: Jan Altensen Date: Tue, 27 Aug 2019 04:00:39 +0000 (+0200) Subject: track some memory X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=20c8917b1b8ef9f97feda2482209892df1dab08f;p=GitHub%2Fexynos8895%2Fandroid_vendor_samsung_universal8895-common.git track some memory Change-Id: I7d469693cffed8c8c4b432c49cfb07356b1cdc5f --- diff --git a/proprietary/vendor/lib/hw/memtrack.universal8895.so b/proprietary/vendor/lib/hw/memtrack.universal8895.so new file mode 100644 index 0000000..0e8f3bc Binary files /dev/null and b/proprietary/vendor/lib/hw/memtrack.universal8895.so differ diff --git a/proprietary/vendor/lib64/hw/memtrack.universal8895.so b/proprietary/vendor/lib64/hw/memtrack.universal8895.so new file mode 100644 index 0000000..1fb83ff Binary files /dev/null and b/proprietary/vendor/lib64/hw/memtrack.universal8895.so differ diff --git a/universal8895-common-vendor.mk b/universal8895-common-vendor.mk index 9e2148a..e4e54ce 100644 --- a/universal8895-common-vendor.mk +++ b/universal8895-common-vendor.mk @@ -327,6 +327,7 @@ PRODUCT_COPY_FILES += \ vendor/samsung/universal8895-common/proprietary/vendor/lib/egl/libGLES_mali.so:$(TARGET_COPY_OUT_VENDOR)/lib/egl/libGLES_mali.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib/hw/gatekeeper.exynos8895.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/gatekeeper.exynos8895.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib/hw/hwcomposer.exynos5.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/hwcomposer.exynos5.so \ + vendor/samsung/universal8895-common/proprietary/vendor/lib/hw/memtrack.universal8895.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/memtrack.universal8895.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib/hw/sound_trigger.primary.universal8895.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/sound_trigger.primary.universal8895.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib/libDLInterface.camera.samsung.so:$(TARGET_COPY_OUT_VENDOR)/lib/libDLInterface.camera.samsung.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib/libExynosHWCService.so:$(TARGET_COPY_OUT_VENDOR)/lib/libExynosHWCService.so \ @@ -405,6 +406,7 @@ PRODUCT_COPY_FILES += \ vendor/samsung/universal8895-common/proprietary/vendor/lib64/hw/gps.default.so:$(TARGET_COPY_OUT_VENDOR)/lib64/hw/gps.default.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib64/hw/hwcomposer.exynos5.so:$(TARGET_COPY_OUT_VENDOR)/lib64/hw/hwcomposer.exynos5.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib64/hw/keystore.mdfpp.so:$(TARGET_COPY_OUT_VENDOR)/lib64/hw/keystore.mdfpp.so \ + vendor/samsung/universal8895-common/proprietary/vendor/lib64/hw/memtrack.universal8895.so:$(TARGET_COPY_OUT_VENDOR)/lib64/hw/memtrack.universal8895.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib64/hw/vendor.samsung.hardware.gnss@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/hw/vendor.samsung.hardware.gnss@1.0-impl.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib64/libDLInterface.camera.samsung.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libDLInterface.camera.samsung.so \ vendor/samsung/universal8895-common/proprietary/vendor/lib64/libExynosHWCService.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libExynosHWCService.so \