aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNolen Johnson <johnsonnolen@gmail.com>2020-06-01 08:50:58 -0400
committerNolen Johnson <johnsonnolen@gmail.com>2020-06-01 14:51:49 +0200
commitaf32ee6d3f5e5fbe1a8eba2f3b8a03c96d4c081c (patch)
tree76f14fc71341d96aa0c5c7a0bcece6d2ee63450e
parent612c5a846ea5aed339fe1275c119ee111faae78c (diff)
downloadvendor_lineage-af32ee6d3f5e5fbe1a8eba2f3b8a03c96d4c081c.tar.gz
vendor_lineage-af32ee6d3f5e5fbe1a8eba2f3b8a03c96d4c081c.tar.bz2
vendor_lineage-af32ee6d3f5e5fbe1a8eba2f3b8a03c96d4c081c.zip
partner_gms: Support TV GMS
Change-Id: I16c1f4a868c119b54da3e41c2e5b7e6bf7e0a53e
-rw-r--r--config/partner_gms.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/partner_gms.mk b/config/partner_gms.mk
index 78aca8ea..273aaa68 100644
--- a/config/partner_gms.mk
+++ b/config/partner_gms.mk
@@ -1,4 +1,7 @@
ifeq ($(WITH_GMS),true)
+ifeq ($(PRODUCT_IS_ATV),true)
+$(call inherit-product-if-exists, vendor/partner_gms-tv/products/gms.mk)
+else
ifeq ($(WITH_GMS_FI),true)
$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
else
@@ -9,3 +12,4 @@ $(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
endif
endif
endif
+endif