commit | d2fb4a49e0b369f6a9b449804e9a491d46c168bf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 11 10:40:57 2017 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 11 10:40:57 2017 -0800 |
tree | ef773b8fe0074ca922f3a2c7ab6e6089fb2083b0 | |
parent | e313a493a5e1d5b12f57ccfd872fab65b9446468 [diff] |
Set $TMPDIR for `adb shell`. Bug: http://b/19635681 Test: printenv Change-Id: I21e89b9d7cccad23f32a3062a9e04e59b8278104
diff --git a/adb/shell_service.cpp b/adb/shell_service.cpp index 0c7e1f9..f9f80c0 100644 --- a/adb/shell_service.cpp +++ b/adb/shell_service.cpp
@@ -262,6 +262,7 @@ env["HOSTNAME"] = GetHostName(); env["LOGNAME"] = pw->pw_name; env["SHELL"] = pw->pw_shell; + env["TMPDIR"] = "/data/local/tmp"; env["USER"] = pw->pw_name; }