Steve Kondik | 960c4f4 | 2016-09-02 21:11:11 -0700 | [diff] [blame] | 1 | ifeq ($(WITH_GMS),true) |
Rashed Abdel-Tawab | fc5a8fa | 2019-05-18 23:28:52 -0700 | [diff] [blame] | 2 | ifeq ($(WITH_GMS_FI),true) |
| 3 | $(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk) |
| 4 | else |
Nolen Johnson | 76cdd01 | 2019-06-18 03:51:03 +0000 | [diff] [blame] | 5 | ifeq ($(WITH_GMS_MINIMAL),true) |
| 6 | $(call inherit-product-if-exists, vendor/partner_gms/products/gms_minimal.mk) |
| 7 | else |
Steve Kondik | 960c4f4 | 2016-09-02 21:11:11 -0700 | [diff] [blame] | 8 | $(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk) |
| 9 | endif |
Rashed Abdel-Tawab | fc5a8fa | 2019-05-18 23:28:52 -0700 | [diff] [blame] | 10 | endif |
Nolen Johnson | 76cdd01 | 2019-06-18 03:51:03 +0000 | [diff] [blame] | 11 | endif |