factory: default disable tap gesture function

Set persist.sys.tap_gesture=0 for factory target to disable tap to check
phone by default.

Bug: 261542166
Test: import rc to check tap to wake was not functional
Change-Id: Ia9075f820a944d9f7035edf350816044abd1b9d1
diff --git a/conf/init.tangorpro.rc b/conf/init.tangorpro.rc
index 8d02002..ee9cf88 100644
--- a/conf/init.tangorpro.rc
+++ b/conf/init.tangorpro.rc
@@ -69,6 +69,7 @@
 on property:vendor.all.modules.ready=1 && property:ro.build.flavor=factory_tangorpro-userdebug
     write /sys/devices/virtual/goog_touch_interface/gti.0/v4l2_enabled 0
     write /sys/devices/virtual/goog_touch_interface/gti.0/offload_enabled 0
+    setprop persist.sys.tap_gesture 0
 
 # Start the twoshay touch service
 on property:vendor.device.modules.ready=1