Merge "Add IFingerprintDebug and update build config." into main
This commit is contained in:
commit
565b28e318
2 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,13 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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">
|
<hal format="aidl" optional="true">
|
||||||
<name>vendor.qti.hardware.fingerprint</name>
|
<name>vendor.qti.hardware.fingerprint</name>
|
||||||
<version>1</version>
|
<version>1</version>
|
||||||
|
|
|
@ -33,6 +33,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
log.tag.QFP=3
|
log.tag.QFP=3
|
||||||
|
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
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 += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
vendor/qcom/fingerprint/QFPCalibration
|
vendor/qcom/fingerprint/QFPCalibration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue