From 08c645dfb7f8b79c818d2c092da272467adcf1d4 Mon Sep 17 00:00:00 2001 From: Atakan Date: Sun, 31 Aug 2025 23:29:19 +0200 Subject: [PATCH] s5e8825-common: Ship missing thermal config 08-01 19:02:14.453 1054 1054 E SehThermal-HAL: /vendor/etc/btcon.json was not found Change-Id: Ic6740777ac394b68c4dc947310c626a8dfde7322 Signed-off-by: Majaahh --- proprietary/vendor/etc/btcon.json | 2 ++ s5e8825-common-vendor.mk | 1 + 2 files changed, 3 insertions(+) create mode 100644 proprietary/vendor/etc/btcon.json diff --git a/proprietary/vendor/etc/btcon.json b/proprietary/vendor/etc/btcon.json new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/proprietary/vendor/etc/btcon.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/s5e8825-common-vendor.mk b/s5e8825-common-vendor.mk index 89d7137..dc70a71 100644 --- a/s5e8825-common-vendor.mk +++ b/s5e8825-common-vendor.mk @@ -9,6 +9,7 @@ PRODUCT_COPY_FILES += \ vendor/samsung/s5e8825-common/proprietary/vendor/app/mcRegistry/00060308060501020000000000000000.tabin:$(TARGET_COPY_OUT_VENDOR)/app/mcRegistry/00060308060501020000000000000000.tabin \ vendor/samsung/s5e8825-common/proprietary/vendor/app/mcRegistry/0706000000000000000000000000004d.tlbin:$(TARGET_COPY_OUT_VENDOR)/app/mcRegistry/0706000000000000000000000000004d.tlbin \ vendor/samsung/s5e8825-common/proprietary/vendor/etc/SoundBoosterParam.txt:$(TARGET_COPY_OUT_VENDOR)/etc/SoundBoosterParam.txt \ + vendor/samsung/s5e8825-common/proprietary/vendor/etc/btcon.json:$(TARGET_COPY_OUT_VENDOR)/etc/btcon.json \ vendor/samsung/s5e8825-common/proprietary/vendor/etc/dolby/dax-default.xml:$(TARGET_COPY_OUT_VENDOR)/etc/dolby/dax-default.xml \ vendor/samsung/s5e8825-common/proprietary/vendor/etc/epic.json:$(TARGET_COPY_OUT_VENDOR)/etc/epic.json \ vendor/samsung/s5e8825-common/proprietary/vendor/etc/gnss/ca.pem:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/ca.pem \