Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa5bfb9d authored by Daniel Zheng's avatar Daniel Zheng Committed by Gerrit Code Review
Browse files

Revert "Turn on V3 cow"

Revert submission 2973761-cow_v3_make

Reason for revert: b/333966507

Reverted changes: /q/submissionid:2973761-cow_v3_make

Change-Id: I4f8c19a1d78b9af882e7df51fb2fc0172c0282c3
parent 7102baaf
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -606,15 +606,6 @@ ifneq ($$(filter-out true false,$$(PRODUCT_BUILD_$(1)_IMAGE)),)
endif
endef

ifndef PRODUCT_VIRTUAL_AB_COW_VERSION
  PRODUCT_VIRTUAL_AB_COW_VERSION := 2
  ifdef PRODUCT_SHIPPING_API_LEVEL
    ifeq (true,$(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),34))
      PRODUCT_VIRTUAL_AB_COW_VERSION := 3
    endif
  endif
endif

# Copy and check the value of each PRODUCT_BUILD_*_IMAGE variable
$(foreach image, \
    PVMFW \
+2 −0
Original line number Diff line number Diff line
@@ -20,3 +20,5 @@
#
# All U+ launching devices should instead use vabc_features.mk.
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/vabc_features.mk)

PRODUCT_VIRTUAL_AB_COW_VERSION ?= 2