Revert^2 "Turn on V3 cow"
e59e31cb9d
Change-Id: Ia31a34856c89348c5efb7f9ff5498e1b0ff45134
This commit is contained in:
committed by
Gerrit Code Review
parent
e59e31cb9d
commit
a69a26c5b3
@@ -606,6 +606,15 @@ ifneq ($$(filter-out true false,$$(PRODUCT_BUILD_$(1)_IMAGE)),)
|
|||||||
endif
|
endif
|
||||||
endef
|
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
|
# Copy and check the value of each PRODUCT_BUILD_*_IMAGE variable
|
||||||
$(foreach image, \
|
$(foreach image, \
|
||||||
PVMFW \
|
PVMFW \
|
||||||
|
@@ -20,5 +20,3 @@
|
|||||||
#
|
#
|
||||||
# All U+ launching devices should instead use vabc_features.mk.
|
# All U+ launching devices should instead use vabc_features.mk.
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/vabc_features.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/vabc_features.mk)
|
||||||
|
|
||||||
PRODUCT_VIRTUAL_AB_COW_VERSION ?= 2
|
|
||||||
|
Reference in New Issue
Block a user