Merge "pixelstats: zuma: remove firmware update path" into main

This commit is contained in:
Spade Lee 2025-01-09 22:46:18 -08:00 committed by Android (Google) Code Review
commit fdaa11b902

View file

@ -153,8 +153,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {
.AudioUevent = "/devices/virtual/amcs/amcs", .AudioUevent = "/devices/virtual/amcs/amcs",
.TypeCPartnerUevent = "PRODUCT_TYPE=", .TypeCPartnerUevent = "PRODUCT_TYPE="
.FwUpdatePath = ""
}; };
int main() { int main() {