76cdd01250
Change-Id: I245138b19448a193f8cbd12d5d26db295a4f4cdd
11 lines
328 B
Makefile
11 lines
328 B
Makefile
ifeq ($(WITH_GMS),true)
|
|
ifeq ($(WITH_GMS_FI),true)
|
|
$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
|
|
else
|
|
ifeq ($(WITH_GMS_MINIMAL),true)
|
|
$(call inherit-product-if-exists, vendor/partner_gms/products/gms_minimal.mk)
|
|
else
|
|
$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
|
|
endif
|
|
endif
|
|
endif
|