Compare commits

...

2 Commits

Author SHA1 Message Date
Nolen Johnson 3593587bc4 extra: AUTO -> AUTOMOTIVE 3 months ago
Nolen Johnson 33f428affb extra: Guard google_pixel with AUTO flag 3 months ago
  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_AUTOMOTIVE),true)
-include vendor/google_pixel/product.mk
endif # PRODUCT_IS_AUTOMOTIVE
endif # PRODUCT_IS_ATV
endif # WITH_GMS

Loading…
Cancel
Save