Bug: 277165756 Test: Build pass & manually unlock device Change-Id: I881d63441eeaf61703c9cef3fbefb84f4ddddcb8
10 lines
347 B
Makefile
10 lines
347 B
Makefile
# 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
|
|
GOOGLE_CONFIG_POWER_NODE=/dev/input/event1
|
|
GOOGLE_CONFIG_FP_STATUS=1
|
|
GOOGLE_CONFIG_TOUCH_TO_UNLOCK_ANYTIME=1
|
|
endif
|