Homec4science

Googletest export

Authored by Abseil Team <absl-team@google.com> on Sep 24 2019, 17:26.

Description

Googletest export

Use a more portable path for Android to write temp files to.

/sdcard is *not* guaranteed to be available, but /data/local/tmp is.

In some emulated situations, /sdcard may not be mounted, may not be R/W, or
mounting may be delayed until *after* the test process begins.

This is fairly common location to use. See e.g.:
https://reviews.llvm.org/D9569

PiperOrigin-RevId: 270909282

Details

Committed
Gennadiy Civil <misterg@google.com>Sep 27 2019, 22:48
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:076c46198fe1: Googletest export
Branches
Unknown
Tags
Unknown

Event Timeline

Gennadiy Civil <misterg@google.com> committed R9484:bf0fe874a27b: Googletest export (authored by Abseil Team <absl-team@google.com>).Sep 27 2019, 22:48