Merge changes from topic "fpcsw42-hidl-record-status" into tm-qpr-dev

* changes:
  fingerprint: Enable Clean ta flag
  fingerprint: Enable HIDL fingerprint status flag
This commit is contained in:
TreeHugger Robot 2022-08-31 05:45:26 +00:00 committed by Android (Google) Code Review
commit 3aed12c3ef
2 changed files with 9 additions and 0 deletions

View file

@ -116,6 +116,8 @@ include device/google/tangorpro/bluetooth/syna_default.mk
# Fingerprint
include device/google/gs101/fingerprint/fpc1540/sw42/fpc1540.mk
FPC_MODULE_TYPE=1542_S
# Fingerprint config
include device/google/tangorpro/fingerprint_config.mk
# Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/tangorpro/prebuilts

7
fingerprint_config.mk Normal file
View file

@ -0,0 +1,7 @@
# Factory build, use HIDL hal & extension so that we can use Test tool
ifneq ( ,$(findstring factory, $(TARGET_PRODUCT)))
GOOGLE_CONFIG_FP_STATUS=1
FPC_CONFIG_TRUSTY_CLEAN_TA=1
else
# Non factory build, use fingerprint AIDL version
endif