platform_build/target/product/virtual_ab_ota
Akilesh Kailash f1e7fb3af7 Revert "Enable io_uring feature for virtual A/B OTA"
This reverts commit f72860ce18.

Reason for revert: http://b/219642530 - I/O failures seen on one specific device intermittently. Let's pause this; I will revisit it before we land it back as we don't want to hold dogfood builds.

Change-Id: I3a80ccf5f67daed01d5b2e6a502e8acea85a769f
2022-02-16 04:21:01 +00:00
..
compression.mk Revert "Enable io_uring feature for virtual A/B OTA" 2022-02-16 04:21:01 +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

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