platform_build/target/product/virtual_ab_ota
Daniel Zheng 025099c4bc Adding Build time flag to specify Cow Version
Adding in build time flag for specifying cow version, in preparation to
add new cow version in libsnapshot

Test: m -> cat misc-info.txt
Bug: 279954153
Change-Id: I148d4e7cdd669496c91213889787172ffd83a5ab
2023-05-05 11:03:27 -07:00
..
android_t_baseline.mk Adding Build time flag to specify Cow Version 2023-05-05 11:03:27 -07: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 Move virtual_ab makefiles to its own dir. 2020-11-23 15:17:01 -08:00
launch_with_vendor_ramdisk.mk Add f2fs.fsck to vendor_ramdisk. 2021-10-07 21:57:30 -07:00
plus_non_ab.mk Move virtual_ab makefiles to its own dir. 2020-11-23 15:17:01 -08:00
README.md Add Virtual A/B with vendor ramdisk product. 2020-11-23 15:17:01 -08:00
retrofit.mk Move virtual_ab makefiles to its own dir. 2020-11-23 15:17:01 -08:00
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