Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 014515da authored by Nolen Johnson's avatar Nolen Johnson
Browse files

partner_gms: Support TV GMS

Change-Id: I16c1f4a868c119b54da3e41c2e5b7e6bf7e0a53e
parent d780ffa8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
ifeq ($(WITH_GMS),true)
ifeq ($(PRODUCT_IS_ATV),true)
$(call inherit-product-if-exists, vendor/partner_gms-tv/products/gms.mk)
else
$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
endif
endif