Snap for 9010891 from 4c21975be0
to udc-release
Change-Id: If08915d3ec900b63b14c945b0d9e368665d98a67
This commit is contained in:
commit
9a98523a2e
3 changed files with 6 additions and 5 deletions
|
@ -47,7 +47,3 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# ZramWriteback
|
# ZramWriteback
|
||||||
-include hardware/google/pixel/mm/device_gki.mk
|
-include hardware/google/pixel/mm/device_gki.mk
|
||||||
|
|
||||||
# Set thermal warm reset
|
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
|
||||||
ro.thermal_warmreset = true
|
|
||||||
|
|
|
@ -579,6 +579,10 @@ PRODUCT_PACKAGES += \
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
||||||
|
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/compression_with_xor.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
|
# Enforce generic ramdisk allow list
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||||
UFS_ERR_PATH(dme_err_count),
|
UFS_ERR_PATH(dme_err_count),
|
||||||
UFS_ERR_PATH(fatal_err_count),
|
UFS_ERR_PATH(fatal_err_count),
|
||||||
UFS_ERR_PATH(auto_hibern8_err_count)
|
UFS_ERR_PATH(auto_hibern8_err_count)
|
||||||
}
|
},
|
||||||
|
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct UeventListener::UeventPaths ueventPaths = {
|
const struct UeventListener::UeventPaths ueventPaths = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue