commit | 3befb599ee711c59e22d43aff9a054cfc79767a5 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Feb 07 14:13:39 2019 -0800 |
committer | Josh Gao <jmgao@google.com> | Thu Feb 07 14:23:39 2019 -0800 |
tree | 07bef409e6eaf3fcecb730826fdd977c7512f85d | |
parent | 18f7a5c3ad9846a585e893518f15fa4dd19bc4c1 [diff] |
adb: "support" O_CLOEXEC in adb_open on Windows. Previously, we were rejecting the flag and failing with EINVAL. File handles aren't inherited by default, so just ignore the flag. Bug: http://b/123753498 Test: adb install --streaming foo.apk Change-Id: I17401fcdd58024956d47a5c4c0c57b06831d9817