From f1e7fb3af7ae9be9fa61655d113f292cb8b6e498 Mon Sep 17 00:00:00 2001 From: Akilesh Kailash Date: Wed, 16 Feb 2022 03:15:50 +0000 Subject: [PATCH] Revert "Enable io_uring feature for virtual A/B OTA" This reverts commit f72860ce18e30b7167bcb4854cca7195587d8844. 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 --- target/product/virtual_ab_ota/compression.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/virtual_ab_ota/compression.mk b/target/product/virtual_ab_ota/compression.mk index d5bd2a5395..88c58b87a0 100644 --- a/target/product/virtual_ab_ota/compression.mk +++ b/target/product/virtual_ab_ota/compression.mk @@ -18,7 +18,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_ven PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.enabled=true PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.userspace.snapshots.enabled=true -PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.io_uring.enabled=true PRODUCT_VIRTUAL_AB_COMPRESSION := true PRODUCT_PACKAGES += \ snapuserd.vendor_ramdisk \