Merge "Add IFingerprintDebug and update build config." into main

This commit is contained in:
Albert Chen 2025-01-06 12:30:46 -08:00 committed by Android (Google) Code Review
commit 565b28e318
2 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,13 @@
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>com.google.hardware.biometrics.fingerprint.debug</name>
<interface>
<name>IFingerprintDebug</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>vendor.qti.hardware.fingerprint</name>
<version>1</version>

View file

@ -33,6 +33,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
log.tag.QFP=3
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call soong_config_set,fp_hal_feature,fingerprint_debug_support,$(RELEASE_PIXEL_AIDL_FINGERPRINT_DEBUG_HAL))
PRODUCT_SOONG_NAMESPACES += \
vendor/qcom/fingerprint/QFPCalibration