device_google_felix/fingerprint_config.mk
Diya Bera ea096c2815 Revert^2 "fingerprint: Enable fingerprint status flag"
9e2ba30fd6

Bug: 269353194

Change-Id: Iacae31a3ceaaecb65bbcc30d1ac9f350dfc6dc20
2023-03-01 23:20:51 +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