diff --git a/device.mk b/device.mk index 3615ebe5..222aacff 100644 --- a/device.mk +++ b/device.mk @@ -1152,3 +1152,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