summaryrefslogtreecommitdiff
path: root/libutils/Unicode.cpp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-08-06 18:38:47 -0700
committerJosh Gao <jmgao@google.com>2018-08-06 18:50:10 -0700
commitdf0b71b8171733f48b4f737d1b47609bb8e9862f (patch)
tree518b97f35491eb7e1ba1adfae21bda22f6af2993 /libutils/Unicode.cpp
parent029ef172e5e96a157772f66a8bb72d29e052f743 (diff)
adb: actually enable fdsan.
adb was using a custom unique_fd closer that didn't have an implementation for fdsan, which meant that none of our FDs were actually tracked. Guard this behind ifdefs so that we only use this on Windows, and delete our implementation of Pipe in favor of the one in libbase while we're at it. libbase's implementation always sets O_CLOEXEC, so fix up the instance of Pipe that doesn't expect that. Test: mma Test: adb start-server Test: debuggerd `pidof adbd` Change-Id: Ic29d641a2f93fb42384b00c51775048c8bcbe152
Diffstat (limited to 'libutils/Unicode.cpp')
0 files changed, 0 insertions, 0 deletions