From f5bc0892f73e9313269910ca55ad502688c43706 Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Wed, 20 Jul 2022 12:48:04 +0800 Subject: [PATCH] init: remove twoshay HAL init trigger condition 'on late-init' Bug: 238853979 Signed-off-by: Robin Peng Change-Id: I1546537d3e4ed4323cbcdc17382ed0eb3d06cc31 --- conf/init.bluejay.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/init.bluejay.rc b/conf/init.bluejay.rc index ffd8574..d2a278d 100644 --- a/conf/init.bluejay.rc +++ b/conf/init.bluejay.rc @@ -3,7 +3,7 @@ import /vendor/etc/init/hw/init.gs101.rc import /vendor/etc/init/hw/init.blueport.rc # Start the twoshay touch service -on late-init && property:vendor.device.modules.ready=1 +on property:vendor.device.modules.ready=1 start twoshay # Toggle glove_mode according to touch_sensitivity_mode