From 26d9dab173d263b64f36e61000d449eaa8033a37 Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Wed, 20 Jul 2022 12:48:27 +0800 Subject: [PATCH] init: remove twoshay HAL init trigger condition 'on late-init' Bug: 238853979 Signed-off-by: Robin Peng Change-Id: I625c75f1e1f4d8c46bbe43e92e6311ddeb80788b --- conf/init.cheetah.rc | 2 +- conf/init.panther.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/init.cheetah.rc b/conf/init.cheetah.rc index c50741f..0d8010a 100644 --- a/conf/init.cheetah.rc +++ b/conf/init.cheetah.rc @@ -2,7 +2,7 @@ import /vendor/etc/init/hw/init.gs201.rc import /vendor/etc/init/hw/init.pantah.rc -on late-init && property:vendor.device.modules.ready=1 +on property:vendor.device.modules.ready=1 # Start the twoshay touch service start twoshay diff --git a/conf/init.panther.rc b/conf/init.panther.rc index 8d2bf97..d786cf3 100644 --- a/conf/init.panther.rc +++ b/conf/init.panther.rc @@ -2,7 +2,7 @@ import /vendor/etc/init/hw/init.gs201.rc import /vendor/etc/init/hw/init.pantah.rc -on late-init && property:vendor.device.modules.ready=1 +on property:vendor.device.modules.ready=1 # Start the twoshay touch service start twoshay