diff --git a/common.mk b/common.mk index 017da22..a9e58ac 100644 --- a/common.mk +++ b/common.mk @@ -517,3 +517,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ ro.surface_flinger.set_touch_timer_ms=200 \ ro.surface_flinger.use_color_management=true \ ro.surface_flinger.wcg_composition_dataspace=143261696 + +# Disable Rescue Party on userdebug & eng build +ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) +PRODUCT_PRODUCT_PROPERTIES += \ + persist.sys.disable_rescue=true +endif