commit | f7d1a07952d41af79fdbaf3f01cdb6941cf9c614 | [log] [tgz] |
---|---|---|
author | Haoran.Wang <elven.wang@nxp.com> | Mon Mar 02 22:13:07 2020 +0800 |
committer | Haoran.Wang <elven.wang@nxp.com> | Thu Mar 05 08:34:52 2020 +0800 |
tree | 18d368193be5fcd82265b256aa6bd51ba556eb53 | |
parent | e5e921b20a83324d91f74ce663194e511aec2d84 [diff] |
fix some liblp file access for win32 The file accessing API in liblp don't work on win32. Add the O_BINARY to correct the file stream access. This patch follow the AOSP change 829979. Change-Id: I97180e2f07cacf109a86593b6a12975597552053 Signed-off-by: Haoran.Wang <elven.wang@nxp.com>