klte-common: Use sensors MultiHAL
Change-Id: I527e72e2e0419931ba21137826774f5b65299f92
This commit is contained in:
parent
ed5ede4467
commit
8a4570cb82
3 changed files with 9 additions and 1 deletions
|
@ -269,7 +269,7 @@ bin/rmt_storage:vendor/bin/rmt_storage|000ddcabfc9416e9a27ba6d04860cc14b6803cdd
|
|||
vendor/lib/libril-qcril-hook-oem.so|6a73ed46f4fbcb283eea5fb44b24a7d14522bfe5
|
||||
|
||||
# Sensors
|
||||
lib/hw/sensors.msm8974.so:vendor/lib/hw/sensors.msm8974.so|48c6112bc4097e9176fcd53bf3f7ba0d643b27aa
|
||||
lib/hw/sensors.msm8974.so:vendor/lib/hw/sensors.vendor.msm8974.so|48c6112bc4097e9176fcd53bf3f7ba0d643b27aa
|
||||
lib/libhr.so:vendor/lib/libhr.so
|
||||
|
||||
# Time services
|
||||
|
|
1
configs/sensors/_hals.conf
Normal file
1
configs/sensors/_hals.conf
Normal file
|
@ -0,0 +1 @@
|
|||
/vendor/lib/hw/sensors.vendor.msm8974.so
|
7
klte.mk
7
klte.mk
|
@ -95,6 +95,13 @@ PRODUCT_PACKAGES += \
|
|||
init.qcom.usb.rc \
|
||||
ueventd.qcom.rc
|
||||
|
||||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
sensors.msm8974
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/sensors/_hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/_hals.conf
|
||||
|
||||
# Thermal
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/thermal-engine-8974.conf:system/vendor/etc/thermal-engine-8974.conf
|
||||
|
|
Loading…
Reference in a new issue