Variable: tramp-adb-connection-local-default-shell-variables
tramp-adb-connection-local-default-shell-variables is a variable
defined in tramp-adb.el.gz.
Value
((shell-file-name . "/system/bin/sh")
(shell-command-switch . "-c"))
Documentation
Default connection-local shell variables for remote adb connections.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-adb.el.gz
;;; Default connection-local variables for Tramp:
;; `connection-local-set-profile-variables' and
;; `connection-local-set-profiles' exists since Emacs 26.1.
(defconst tramp-adb-connection-local-default-shell-variables
'((shell-file-name . "/system/bin/sh")
(shell-command-switch . "-c"))
"Default connection-local shell variables for remote adb connections.")