From e40a8cc9490c0fd78e34d2f0e1599b5580889bc5 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sat, 19 Feb 2022 21:21:49 +0200 Subject: [PATCH] dubai: Import hals.conf Change-Id: Ifdc949ff5c8e008de4d58162fd90f9cd91d3581d --- device.mk | 4 ++++ proprietary-files.txt | 1 - sensors/hals.conf | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 sensors/hals.conf 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