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:
LuK1337
2022-02-10 22:28:27 +01:00
parent 9ed5773c65
commit c753856076

View File

@@ -16,7 +16,7 @@ ifeq ($(WITH_GMS),true)
ifneq ($(GMS_MAKEFILE),)
$(call inherit-product, vendor/partner_gms/products/$(GMS_MAKEFILE))
else
$(call inherit-product, vendor/partner_gms/products/gms.mk)
$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
endif
# Specify the mainline module makefile you want to use, for example: