sm8350-common: Copy haptics exclusion config directly from QTI repo

Change-Id: I9758f359c4be549b334e487bbc49ca34b749efc3
This commit is contained in:
Bruno Martins 2021-06-19 12:54:58 +01:00
commit d6bb4df668
2 changed files with 3 additions and 35 deletions

View file

@ -328,10 +328,6 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/privapp-permissions-hotword.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-hotword.xml
# Input
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
# IPACM
PRODUCT_PACKAGES += \
ipacm \
@ -509,6 +505,9 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
vendor.qti.hardware.vibrator.service.oneplus_lahaina
PRODUCT_COPY_FILES += \
vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
# WiFi
PRODUCT_PACKAGES += \
android.hardware.wifi@1.0-service \