sdm660-common: Drop thermal and thermal controller

This commit is contained in:
LuK1337 2021-05-06 11:34:13 +08:00 committed by OdSazib
parent 8f1fbab141
commit d03e299b1d
No known key found for this signature in database
GPG key ID: D4CC9F3E8190970A
2 changed files with 0 additions and 19 deletions

View file

@ -234,15 +234,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </hal>
<hal format="hidl">
<name>android.hardware.thermal</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IThermal</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.tetheroffload.config</name> <name>android.hardware.tetheroffload.config</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View file

@ -548,16 +548,6 @@ PRODUCT_PACKAGES += \
libipanat \ libipanat \
liboffloadhal liboffloadhal
# Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \
android.hardware.thermal@1.0-service \
thermal.sdm660
# Thermal Controller
PRODUCT_PACKAGES += \
ThermalController
# Thermal Conf # Thermal Conf
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/thermal/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \ $(COMMON_PATH)/configs/thermal/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \