diff options
author | Wei Ding <weiding@codeaurora.org> | 2017-09-12 15:35:27 +0800 |
---|---|---|
committer | Wei Ding <weiding@codeaurora.org> | 2017-09-14 09:30:49 +0800 |
commit | 9d2211ff4483f9266a5ebf1caf473b8a1dfbd069 (patch) | |
tree | 1a7d1ab1a1c44082b0147425de0a9c72a46594a7 /sdm660_64.mk | |
parent | f87d890533eaec8b210ced6d9eb18a30dc095afe (diff) |
sdm660_64: add excluded xml for laser sensor
Add excluded input devices xml as Google's definition
to avoid improve touch performance issue.
Change-Id: I83d8da9935f1dfdcb005fb064af25e393824d070
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 675ee83..2718fdc 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),) |