Merge "Fix missing QfpCalibration on userdebug builds" into 24D1-dev

This commit is contained in:
Albert Chen 2024-04-30 17:52:10 +00:00 committed by Android (Google) Code Review
commit a6ab3f6d4a

View file

@ -37,6 +37,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_SOONG_NAMESPACES += \
vendor/qcom/fingerprint/QFPCalibration
PRODUCT_PACKAGES += \
QFPCalibration
endif
ifneq (,$(findstring factory, $(TARGET_PRODUCT)))