Add IFingerprintDebug and update build config.
Test: Compiles Bug: 332778013 Flag: build.fingerprint_debug_support Change-Id: I664cd653ecfc0ab112dcef2703a29259f423a47e
This commit is contained in:
parent
5241d8cf2f
commit
c529bb1d8c
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue