switch to sensors from sources

This commit is contained in:
Valera1978 2019-12-14 17:13:27 +03:00
parent f3333c2799
commit 2c17c0fd50
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1 @@
/vendor/lib/hw/sensors.vendor.msm8974.so

View File

@ -229,7 +229,11 @@ PRODUCT_COPY_FILES += \
# Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl.samsung8974 \
android.hardware.sensors@1.0-service.samsung8974
android.hardware.sensors@1.0-service.samsung8974 \
sensors.msm8974
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/sensors/_hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/_hals.conf
# Touch features
PRODUCT_PACKAGES += \