Bug: 266123349 Test: Build pass & check log on device Change-Id: I5e1b55bca3d33897d65025eb4efb578c175fcc33 Merged-in: I5e1b55bca3d33897d65025eb4efb578c175fcc33
9 lines
307 B
Makefile
9 lines
307 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
|
|
endif
|