lineage: partner_gms: Add Automotive support

Change-Id: I1466b76fc4a4f32dc5bde944c6bf7fa937e990f0
gugelfrei
Nolen Johnson 2 years ago
parent 961af00758
commit 0183d0a3af

@ -1,6 +1,8 @@
ifeq ($(WITH_GMS),true)
ifeq ($(WITH_GMS_TV),true)
$(call inherit-product, vendor/partner_gms-tv/products/gms.mk)
else ifeq ($(WITH_GMS_CAR),true)
$(call inherit-product, vendor/partner_gms-car/products/gms.mk)
else ifeq ($(WITH_GMS_FI),true)
$(call inherit-product, vendor/partner_gms/products/fi.mk)
else ifeq ($(WITH_GMS_GO),true)

Loading…
Cancel
Save