commit | 9e9172b4a470bf370dee356e8b458292575162b6 | [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 | 371162c6149fd79ba0580ff134bcb221fd752383 | |
parent | a28f2180b2269f93c916f64ece4c1f75251516b8 [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