summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/ZipFileRO.cpp
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-07 15:03:46 -0800
committerAndreas Gampe <agampe@google.com>2014-11-07 15:14:02 -0800
commitdc9c109af815100d497184e6dadebceed7f3bf1d (patch)
tree51bb2aa4ff78b0ebcdbe1cc474c76dd2d38d7a37 /libs/androidfw/ZipFileRO.cpp
parent9a0aa553ad9f6657cbbf0a182566c481e191e6b7 (diff)
parent487ae9b8dc3e08c1a830d519a801a07cd59c8f2b (diff)
downloadframeworks_base-dc9c109af815100d497184e6dadebceed7f3bf1d.zip
frameworks_base-dc9c109af815100d497184e6dadebceed7f3bf1d.tar.gz
frameworks_base-dc9c109af815100d497184e6dadebceed7f3bf1d.tar.bz2
resolved conflicts for merge of 487ae9b8 to lmp-mr1-dev-plus-aosp
Change-Id: I395f184d885a7ef30aa113ab01fcaacc94243008
Diffstat (limited to 'libs/androidfw/ZipFileRO.cpp')
-rw-r--r--libs/androidfw/ZipFileRO.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/androidfw/ZipFileRO.cpp b/libs/androidfw/ZipFileRO.cpp
index 5f6e831..ef0d072 100644
--- a/libs/androidfw/ZipFileRO.cpp
+++ b/libs/androidfw/ZipFileRO.cpp
@@ -34,14 +34,6 @@
#include <assert.h>
#include <unistd.h>
-/*
- * We must open binary files using open(path, ... | O_BINARY) under Windows.
- * Otherwise strange read errors will happen.
- */
-#ifndef O_BINARY
-# define O_BINARY 0
-#endif
-
using namespace android;
class _ZipEntryRO {