Compare commits

...

2 Commits

Author SHA1 Message Date
Nolen Johnson ac1d98a1bd extra: AUTO -> AUTOMOTIVE 3 months ago
Nolen Johnson 4b64fb780a extra: Guard google_pixel with AUTO flag 3 months ago
  1. 2
      product.mk

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

Loading…
Cancel
Save