Variable: tramp-adb-program
tramp-adb-program is a customizable variable defined in
tramp-adb.el.gz.
Value
"adb"
Documentation
Name of the Android Debug Bridge program.
This variable was added, or its default value changed, in Emacs 24.4.
Probably introduced at or before Emacs version 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-adb.el.gz
;;;###tramp-autoload
(defcustom tramp-adb-program "adb"
"Name of the Android Debug Bridge program."
:group 'tramp
:version "24.4"
:type 'string)