diff options
| author | 2017-12-19 22:55:03 +0000 | |
|---|---|---|
| committer | 2017-12-19 22:55:03 +0000 | |
| commit | a6615945258f003756ce7f344670a2802fad7037 (patch) | |
| tree | ebeb5b97ff910ec282c4d32104d73a4372979051 /runtime/zip_archive.h | |
| parent | 69b2560d6aa74b38cbbd22b8fdabbfb38e814835 (diff) | |
| parent | e166e67666bf4b23e4ed0a98f5e2bb3cae9cee7d (diff) | |
Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
Diffstat (limited to 'runtime/zip_archive.h')
| -rw-r--r-- | runtime/zip_archive.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/zip_archive.h b/runtime/zip_archive.h index 70518e1360..75f8757f6c 100644 --- a/runtime/zip_archive.h +++ b/runtime/zip_archive.h @@ -59,8 +59,7 @@ class ZipEntry { uint32_t GetCrc32(); bool IsUncompressed(); - bool IsAlignedTo(size_t alignment) const; - bool IsAlignedToDexHeader() const; + bool IsAlignedTo(size_t alignment); private: ZipEntry(ZipArchiveHandle handle, |