udfps: fix BB on git_master-without-vendor
Bug: 286774587 Test: Build Change-Id: I4b5d31774cc4a3f461c9ac30b4c75db761c26060
This commit is contained in:
parent
fc16fdf88f
commit
b4a305f96c
1 changed files with 3 additions and 3 deletions
|
@ -145,11 +145,11 @@ include device/google/lynx/bluetooth/qti_default.mk
|
||||||
|
|
||||||
# Fingerprint HAL
|
# Fingerprint HAL
|
||||||
GOODIX_CONFIG_BUILD_VERSION := g7_trusty
|
GOODIX_CONFIG_BUILD_VERSION := g7_trusty
|
||||||
include vendor/goodix/udfps/configuration/udfps_common.mk
|
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk)
|
||||||
ifeq ($(filter factory%, $(TARGET_PRODUCT)),)
|
ifeq ($(filter factory%, $(TARGET_PRODUCT)),)
|
||||||
include vendor/goodix/udfps/configuration/udfps_shipping.mk
|
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk)
|
||||||
else
|
else
|
||||||
include vendor/goodix/udfps/configuration/udfps_factory.mk
|
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_factory.mk)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
|
|
Loading…
Reference in a new issue