diff --git a/excluded-input-devices.xml b/excluded-input-devices.xml new file mode 100644 index 00000000..7cc394a1 --- /dev/null +++ b/excluded-input-devices.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sdm660_64.mk b/sdm660_64.mk index 60f4d966..4d791fb4 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -138,6 +138,9 @@ PRODUCT_PACKAGES += android.hardware.media.omx@1.0-impl # Sensor HAL conf file PRODUCT_COPY_FILES += \ device/qcom/sdm660_64/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf +# Exclude TOF sensor from InputManager +PRODUCT_COPY_FILES += \ + device/qcom/sdm660_64/excluded-input-devices.xml:system/etc/excluded-input-devices.xml # WLAN host driver ifneq ($(WLAN_CHIPSET),)