diff --git a/device.mk b/device.mk index c8679f36..46a301f1 100644 --- a/device.mk +++ b/device.mk @@ -1129,3 +1129,9 @@ include hardware/google/pixel/HardwareInfo/HardwareInfo.mk # Touch service include device/google/gs-common/touch/twoshay/aidl_gs101.mk include device/google/gs-common/touch/twoshay/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