diff --git a/device.mk b/device.mk index 00bfeb9..530f70b 100644 --- a/device.mk +++ b/device.mk @@ -90,6 +90,10 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml +# Sensors +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf + # Soong namespaces PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH) diff --git a/proprietary-files.txt b/proprietary-files.txt index a84168b..f553d69 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -572,7 +572,6 @@ vendor/etc/sensors/config/waipio_default_sensors.json vendor/etc/sensors/config/waipio_dynamic_sensors.json vendor/etc/sensors/config/waipio_irq.json vendor/etc/sensors/config/waipio_power_0.json -vendor/etc/sensors/hals.conf vendor/etc/sensors/sns_reg_config # Thermal engine - configs diff --git a/sensors/hals.conf b/sensors/hals.conf new file mode 100644 index 0000000..b07fadd --- /dev/null +++ b/sensors/hals.conf @@ -0,0 +1,2 @@ +sensors.ssc.so +sensors.moto.so