commit | 4b019a5f25ab3a930e42f035bb5091152d34a8b5 | [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 | c6a2d7d5cd1e6ce36a19220c3922c5673c7b4ac5 [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