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
commit297d9bf8ea41e6eb8b50000163a13d30f6478c7e (patch)
tree518b97f35491eb7e1ba1adfae21bda22f6af2993 /libutils/Unicode.cpp
parent9d100f1043b629373f28b85de12c4e9b80d270bf (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