Skip to content

Commit 63dca1e

Browse files
OmniLab Teamcopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 926380782
1 parent 63a434e commit 63dca1e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/java/com/google/devtools/mobileharness/platform/android/sdktool/adb/AndroidAdbUtil.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,11 @@ public String forwardTcpPort(
630630
}
631631
}
632632

633+
/** Returns the path to the adb binary. */
634+
public String getAdbPath() {
635+
return adb.getAdbPath();
636+
}
637+
633638
/**
634639
* Gets all property values of a device by executing `adb shell getprop`.
635640
*

0 commit comments

Comments
 (0)