platform_build/target/product/virtual_ab_ota
Daniel Zheng 44adde16b5 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
2024-01-23 13:37:46 -08:00
..
android_t_baseline.mk Allow cow_version to be overwriteable 2024-01-23 13:37:46 -08:00
compression.mk Enable Batch writes for OTA installation. 2023-01-18 06:20:37 +00:00
compression_retrofit.mk Emit virtual_ab_compression prop to dynamic_parttiion_info.txt 2021-01-19 16:11:32 -05:00
compression_with_xor.mk Add a build prop for go/vabc-xor 2021-08-06 11:51:41 -04:00
launch.mk
launch_with_vendor_ramdisk.mk Add f2fs.fsck to vendor_ramdisk. 2021-10-07 21:57:30 -07:00
plus_non_ab.mk
README.md
retrofit.mk
vabc_features.mk Enable Batch writes for OTA installation. 2023-01-18 06:20:37 +00:00

Virtual A/B makefiles

Devices that uses Virtual A/B must inherit from one of the makefiles in this directory.

Structure

launch.mk
  |- retrofit.mk
  |- plus_non_ab.mk

launch_with_vendor_ramdisk.mk
  |- compression.mk

compression_retrofit.mk