diff --git a/device.mk b/device.mk index 84d2da48..d7f11555 100644 --- a/device.mk +++ b/device.mk @@ -1156,3 +1156,9 @@ endif # Touch service include hardware/google/pixel/input/twoshay.mk + +# Allow longer timeout for incident report generation in bugreport +# Overriding in /product partition instead of /vendor intentionally, +# since it can't be overridden from /vendor. +PRODUCT_PRODUCT_PROPERTIES += \ + dumpstate.strict_run=false