Enable io_uring in fastbootd for gs101

This feature was recently added, but guarded with a sysprop. Enable it
on gs101 first. Will enable it on other devices once it stablizes.

Bug: 31712568
Test: m updatepackage, then flash the image to device
Change-Id: Iaad9591d1a51c306839580d7eb9b4d3289a1b5af
This commit is contained in:
Kelvin Zhang 2022-08-29 18:02:25 +00:00 committed by TreeHugger Robot
parent 36eb6f1ca8
commit 91ba7f3c99

View file

@ -579,6 +579,10 @@ PRODUCT_PACKAGES += \
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/compression_with_xor.mk)
# Enable usage of io_uring in fastbootd
PRODUCT_VENDOR_PROPERTIES += sys.usb.ffs.io_uring_enabled=true
# Enforce generic ramdisk allow list
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)