blob: 273aaa682226ca5f308c224c3c768b461f6bc29f [file] [log] [blame]
Steve Kondik960c4f42016-09-02 21:11:11 -07001ifeq ($(WITH_GMS),true)
Nolen Johnsonaf32ee62020-06-01 08:50:58 -04002ifeq ($(PRODUCT_IS_ATV),true)
3$(call inherit-product-if-exists, vendor/partner_gms-tv/products/gms.mk)
4else
Rashed Abdel-Tawabfc5a8fa2019-05-18 23:28:52 -07005ifeq ($(WITH_GMS_FI),true)
6$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
7else
Nolen Johnson76cdd012019-06-18 03:51:03 +00008ifeq ($(WITH_GMS_MINIMAL),true)
9$(call inherit-product-if-exists, vendor/partner_gms/products/gms_minimal.mk)
10else
Steve Kondik960c4f42016-09-02 21:11:11 -070011$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
12endif
Rashed Abdel-Tawabfc5a8fa2019-05-18 23:28:52 -070013endif
Nolen Johnson76cdd012019-06-18 03:51:03 +000014endif
Nolen Johnsonaf32ee62020-06-01 08:50:58 -040015endif