config: partner_gms: Make default partner_gms makefile optional
Not everyone using WITH_GMS=true uses partner_gms. Change-Id: Ic0aa3bf8164ecdba54e954b742bc71cdc688fd1c
This commit is contained in:
@@ -16,7 +16,7 @@ ifeq ($(WITH_GMS),true)
|
|||||||
ifneq ($(GMS_MAKEFILE),)
|
ifneq ($(GMS_MAKEFILE),)
|
||||||
$(call inherit-product, vendor/partner_gms/products/$(GMS_MAKEFILE))
|
$(call inherit-product, vendor/partner_gms/products/$(GMS_MAKEFILE))
|
||||||
else
|
else
|
||||||
$(call inherit-product, vendor/partner_gms/products/gms.mk)
|
$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Specify the mainline module makefile you want to use, for example:
|
# Specify the mainline module makefile you want to use, for example:
|
||||||
|
Reference in New Issue
Block a user