extra: Guard google_pixel with AUTO flag

lineage-20.0
Nolen Johnson 3 months ago
parent f0bcd6bdf8
commit b54baca5c1
  1. 2
      product.mk

@ -67,7 +67,9 @@ PRODUCT_DEFAULT_DEV_CERTIFICATE := vendor/certs/releasekey
ifeq ($(WITH_GMS),true)
ifneq ($(PRODUCT_IS_ATV),true)
ifneq ($(PRODUCT_IS_AUTO),true)
-include vendor/google_pixel/product.mk
endif # PRODUCT_IS_AUTO
endif # PRODUCT_IS_ATV
endif # WITH_GMS

Loading…
Cancel
Save