From 5740c8878aa856e0051af6eb187891d4b10896eb Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Wed, 6 Mar 2024 15:04:50 -0800 Subject: [PATCH] caiman: Remove importing init.etm.rc init.etm.rc can be imported automatically by put it in /vendor/etc/init. Bug: 321061072 Test: build and run Change-Id: I3df407190d2777b52bcdf224d45f232aada89e49 --- conf/init.caiman.rc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conf/init.caiman.rc b/conf/init.caiman.rc index 2ef3673a..d33ed77c 100644 --- a/conf/init.caiman.rc +++ b/conf/init.caiman.rc @@ -71,10 +71,3 @@ on property:sys.boot_completed=1 chown system input /dev/touch_offload chmod 660 /dev/touch_offload start twoshay - -# ETM -on init && property:ro.build.flavor=caiman-userdebug - import /vendor/etc/init/hw/init.etm.rc - -on init && property:ro.build.flavor=caiman-eng - import /vendor/etc/init/hw/init.etm.rc