diff --git a/Android.bp b/Android.bp index 322fbae..2465659 100644 --- a/Android.bp +++ b/Android.bp @@ -9873,18 +9873,6 @@ cc_prebuilt_binary { soc_specific: true, } -cc_prebuilt_binary { - name: "thermal-engine", - owner: "xiaomi", - srcs: ["proprietary/vendor/bin/thermal-engine"], - check_elf_files: false, - strip: { - none: true, - }, - prefer: true, - soc_specific: true, -} - cc_prebuilt_binary { name: "time_daemon", owner: "xiaomi", diff --git a/proprietary/vendor/bin/thermal-engine b/proprietary/vendor/bin/thermal-engine deleted file mode 100755 index 87cbca9..0000000 Binary files a/proprietary/vendor/bin/thermal-engine and /dev/null differ diff --git a/proprietary/vendor/etc/thermal-engine.conf b/proprietary/vendor/etc/thermal-engine.conf deleted file mode 100644 index 33fc821..0000000 --- a/proprietary/vendor/etc/thermal-engine.conf +++ /dev/null @@ -1,2 +0,0 @@ -# File empty by default. -# Replace contents of this file with custom configuration. diff --git a/surya-vendor.mk b/surya-vendor.mk index 0b3c3c2..6d6f0d4 100644 --- a/surya-vendor.mk +++ b/surya-vendor.mk @@ -195,7 +195,6 @@ PRODUCT_COPY_FILES += \ vendor/xiaomi/surya/proprietary/vendor/etc/thermal-arvr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-arvr.conf \ vendor/xiaomi/surya/proprietary/vendor/etc/thermal-camera.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-camera.conf \ vendor/xiaomi/surya/proprietary/vendor/etc/thermal-chg-only.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-chg-only.conf \ - vendor/xiaomi/surya/proprietary/vendor/etc/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \ vendor/xiaomi/surya/proprietary/vendor/etc/thermal-map.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-map.conf \ vendor/xiaomi/surya/proprietary/vendor/etc/thermal-nolimits.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-nolimits.conf \ vendor/xiaomi/surya/proprietary/vendor/etc/thermal-normal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-normal.conf \ @@ -859,7 +858,6 @@ PRODUCT_PACKAGES += \ sensors.qti \ slim_daemon \ tftp_server \ - thermal-engine \ time_daemon \ vibrator_calibration \ vppservice \