blob: 78aca8ea156b3440bb2cf9e83071bd1b884c666e [file] [log] [blame]
Steve Kondik960c4f42016-09-02 21:11:11 -07001ifeq ($(WITH_GMS),true)
Rashed Abdel-Tawabfc5a8fa2019-05-18 23:28:52 -07002ifeq ($(WITH_GMS_FI),true)
3$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
4else
Nolen Johnson76cdd012019-06-18 03:51:03 +00005ifeq ($(WITH_GMS_MINIMAL),true)
6$(call inherit-product-if-exists, vendor/partner_gms/products/gms_minimal.mk)
7else
Steve Kondik960c4f42016-09-02 21:11:11 -07008$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
9endif
Rashed Abdel-Tawabfc5a8fa2019-05-18 23:28:52 -070010endif
Nolen Johnson76cdd012019-06-18 03:51:03 +000011endif