From d3525fb544b4af4a40b4238a04c9d41c7223f0f1 Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Mon, 31 May 2021 16:16:21 +0530 Subject: suspend_blocker: Use Cuttlefish's workaround to avoid suspending the device Reuse Cuttlefish's suspend blocker service to avoid suspending the device while running CTS tests. Signed-off-by: Amit Pundir Change-Id: I547f1f635fc0779a58906a147b6cd821c531f4bb --- init.common.rc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'init.common.rc') diff --git a/init.common.rc b/init.common.rc index 247a161..483b42f 100644 --- a/init.common.rc +++ b/init.common.rc @@ -61,3 +61,9 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ class main disabled oneshot + +# TODO: disable this service once we implement system suspend +service suspend_blocker /vendor/bin/suspend_blocker + class early_hal # Start together with system_suspend HAL + group system + user root -- cgit v1.2.3