Merge "fingerprint: Enable clean ta flag" into tm-qpr-dev am: a9b4d9f4b5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20124945 Change-Id: I51f828b173e9d38f9a58fad2c3a4c2712369f170 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
f94b140ef0
2 changed files with 9 additions and 0 deletions
|
@ -184,6 +184,8 @@ ACTUATOR_MODEL := luxshare_ict_lt_xlra1906d
|
|||
# Fingerprint
|
||||
include device/google/gs101/fingerprint/fpc1540/sw42/fpc1540.mk
|
||||
FPC_MODULE_TYPE=1542_C
|
||||
# Fingerprint config
|
||||
include device/google/felix/fingerprint_config.mk
|
||||
|
||||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
7
fingerprint_config.mk
Normal file
7
fingerprint_config.mk
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue