Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11f3f5cd authored by Charlie Boutier's avatar Charlie Boutier Committed by Automerger Merge Worker
Browse files

Merge changes from topic "BBT_server" into main am: 8a786736

parents 0c3d1551 8a786736
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@
    <target_preparer class="com.android.tradefed.targetprep.RunHostCommandTargetPreparer">
      <option name="python-virtualenv" value="true"/>

      <option name="host-setup-command" value="adb -s $SERIAL forward tcp:6211 tcp:6211" />
      <option name="host-background-command" value="adb -s $SERIAL shell nc -L -p 6211 nc 192.168.97.1 7300" />
      <option name="host-setup-command" value="adb -s $SERIAL forward tcp:6211 vsock:2:7300" />
      <option name="host-teardown-command" value="adb -s $SERIAL forward --remove tcp:6211" />

      <option name="host-setup-command" value="adb -s $SERIAL reverse tcp:7999 tcp:7999" />