Snap for 9148142 from a0a0b6b1ca
to udc-release
Change-Id: If42ecc047164ab124da60c6143640b5bc0d436c9
This commit is contained in:
commit
384f30b82b
4 changed files with 9 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -184,6 +184,8 @@ ACTUATOR_MODEL := luxshare_ict_lt_xlra1906d
|
||||||
# Fingerprint
|
# Fingerprint
|
||||||
include device/google/gs101/fingerprint/fpc1540/sw42/fpc1540.mk
|
include device/google/gs101/fingerprint/fpc1540/sw42/fpc1540.mk
|
||||||
FPC_MODULE_TYPE=1542_C
|
FPC_MODULE_TYPE=1542_C
|
||||||
|
# Fingerprint config
|
||||||
|
include device/google/felix/fingerprint_config.mk
|
||||||
|
|
||||||
# DCK properties based on target
|
# DCK properties based on target
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
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