cloudripper: Disable udfps

Disable udfps because all cloudripper boards do not
have fingerprint on it by default.

Bug: 208128856
Change-Id: If37f9854642bafe35ba1b1e16a18bbc9ac231d79
This commit is contained in:
Kris Chen 2021-11-29 11:43:28 +08:00 committed by TreeHugger Robot
parent cff2f8cd86
commit 6d652fc425

View file

@ -130,15 +130,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
device/google/pantah/powerstats/cloudripper device/google/pantah/powerstats/cloudripper
# Fingerprint HAL
GOODIX_CONFIG_BUILD_VERSION := g6_trusty
include device/google/gs101/fingerprint/udfps_common.mk
ifeq ($(filter factory%, $(TARGET_PRODUCT)),)
include device/google/gs101/fingerprint/udfps_shipping.mk
else
include device/google/gs101/fingerprint/udfps_factory.mk
endif
# Vibrator HAL # Vibrator HAL
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.long.frequency.shift=15 ro.vendor.vibrator.hal.long.frequency.shift=15