8 lines
207 B
Makefile
8 lines
207 B
Makefile
ifeq ($(WITH_GMS),true)
|
|
ifeq ($(WITH_GMS_FI),true)
|
|
$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
|
|
else
|
|
$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
|
|
endif
|
|
endif
|