xref
: /
external
/
toolchain-utils
/
go
/
android
/
target_tmpdir
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
bash
2
3
# Temporary directory to be used on Android devices.
4
5
echo
"/
data
/
local
/
tmp
"
6