device_google_tangorpro/fingerprint_config.mk
eddielan 949ab7d354 fingerprint: Correct power-key node
Bug: 260956370
Test: Check power-key log on device logcat
Change-Id: I8c48e05fa8d9854b58ad064ddf60311880505cce
2022-12-01 15:28:43 +08:00

8 lines
281 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
endif