Skip to content
Snippets Groups Projects
Commit 06f97270 authored by Dhina17's avatar Dhina17
Browse files

onclite: Build thermal hal from source


Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 312b67c9
No related branches found
No related tags found
No related merge requests found
...@@ -310,6 +310,11 @@ PRODUCT_PACKAGES += \ ...@@ -310,6 +310,11 @@ PRODUCT_PACKAGES += \
textclassifier.bundle1 textclassifier.bundle1
# Thermal # Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \
android.hardware.thermal@1.0-service \
thermal.msm8953
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf $(LOCAL_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf
...@@ -330,11 +335,6 @@ PRODUCT_PACKAGES += \ ...@@ -330,11 +335,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
vndk_package vndk_package
# Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \
android.hardware.thermal@1.0-service
# Whitelisted app # Whitelisted app
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml \ $(LOCAL_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml \
......
...@@ -1855,10 +1855,6 @@ vendor/lib/libthermalfeature.so ...@@ -1855,10 +1855,6 @@ vendor/lib/libthermalfeature.so
-vendor/lib64/libthermalclient.so -vendor/lib64/libthermalclient.so
vendor/lib64/libthermalfeature.so vendor/lib64/libthermalfeature.so
# Thermal-Hardware
vendor/lib/hw/thermal.msm8953.so
vendor/lib64/hw/thermal.msm8953.so
# Time # Time
-vendor/app/TimeService/TimeService.apk -vendor/app/TimeService/TimeService.apk
vendor/bin/time_daemon vendor/bin/time_daemon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment