device_google_tangorpro/fingerprint_config.mk
eddielan b625c6d926 fingerprint: Enable HIDL fingerprint status flag
Bug: 203016894
Test: Bulid Pass, getprop vendor.fp.status
Change-Id: I3f77a2b2a181729b1ad79c50b3574408df149f38
2022-08-30 19:24:37 +08:00

6 lines
209 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
else
# Non factory build, use fingerprint AIDL version
endif