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

Commit 44adde16 authored by Daniel Zheng's avatar Daniel Zheng
Browse files

Allow cow_version to be overwriteable

Allow Cow version to be overwritten by device specific makefiles. This
change is needed so we can begin enableing virtual_ab_cow_version := 3
on cuttlefish

Test: m
Change-Id: Idd314dd24362a6e5d905db16ac260a24bbb7ae45
parent 04acb6d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,4 +21,4 @@
# 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
PRODUCT_VIRTUAL_AB_COW_VERSION ?= 2