Merge "Revert^2 "Turn on V3 cow"" into main am: 78986f598f
am: 2e9b1534f6
Original change: https://android-review.googlesource.com/c/platform/build/+/3044532 Change-Id: I974224b289c333a63a5a7b8b4de6616ec36504d6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5f39789a53
2 changed files with 9 additions and 2 deletions
|
@ -630,6 +630,15 @@ 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 \
|
||||
|
|
|
@ -20,5 +20,3 @@
|
|||
#
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue