device_google_tangorpro/fingerprint_config.mk
eddielan 2c147fdc5b fingerprint: Enable Clean ta flag
Bug: 203016894
Test: Bulid Pass, getprop vendor.fp.status
Change-Id: I108b828b343a130a41c5154da402c837a53b6fc5
2022-08-30 19:24:46 +08:00

7 lines
238 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
endif