gs101: Use findstring to filter factory build target
Bug: 190687357 Test: Build pass Change-Id: I0f1fdde9ca01f8f06dcf026d47a98785cf35df57
This commit is contained in:
parent
ce0410dcf2
commit
0964f14595
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
# Factory build, use HIDL hal & extension so that we can use Test tool
|
||||
ifneq ( ,$(filter factory, $(TARGET_PRODUCT)))
|
||||
ifneq ( ,$(findstring factory, $(TARGET_PRODUCT)))
|
||||
include device/google/gs101/fingerprint/fpc1540/fingerprint_hidl_config_factory.mk
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.biometrics.fingerprint@2.1-service.fpc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue