device_google_felix/fingerprint_config.mk
eddielan 9ab7304908 [DO NOT MERGE] fingerprint: Enable fingerprint status flag
Bug: 266123349
Test: Build pass & check log on device
Change-Id: I0fd5ee0a8bfae5ec932856471278b7d407fac3ee
Merged-in: I0fd5ee0a8bfae5ec932856471278b7d407fac3ee
2023-02-10 21:21:10 +00:00

10 lines
332 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_DP_COUNT=2
GOOGLE_CONFIG_FP_STATUS=1
endif