extra: Guard google_pixel with AUTO flag

lineage-18.1
Nolen Johnson 4 months ago
parent bf6588b10c
commit 33f428affb
  1. 2
      product.mk

@ -65,6 +65,8 @@ 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