extra: Guard google_pixel with AUTO flag

lineage-21.0
Nolen Johnson 9 months ago
parent 550c4948a5
commit 4b64fb780a
  1. 2
      product.mk

@ -68,7 +68,9 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += lineage.updater.allow_downgrading=true
ifeq ($(WITH_GMS),true) ifeq ($(WITH_GMS),true)
ifneq ($(PRODUCT_IS_ATV),true) ifneq ($(PRODUCT_IS_ATV),true)
ifneq ($(PRODUCT_IS_AUTO),true)
-include vendor/google_pixel/product.mk -include vendor/google_pixel/product.mk
endif # PRODUCT_IS_AUTO
endif # PRODUCT_IS_ATV endif # PRODUCT_IS_ATV
endif # WITH_GMS endif # WITH_GMS

Loading…
Cancel
Save