commit | b51bb5047133bd24f4c3f0b5caab8f2f203da02d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri May 03 22:45:41 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri May 03 22:45:41 2019 -0700 |
tree | f30de07f94e02e586122da435981047afca96895 | |
parent | 2c02e45f4b4ad997ea681993601c9f67bf96a2ca [diff] [blame] |
Track libziparchive API change. Bug: http://b/129068177 Test: treehugger Change-Id: Ieccd528a34b66de59fad78586dead6b1df9cae98
diff --git a/linker/linker.cpp b/linker/linker.cpp index b59df73..0de17f7 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp
@@ -1039,7 +1039,7 @@ ZipEntry entry; - if (FindEntry(handle, ZipString(file_path), &entry) != 0) { + if (FindEntry(handle, file_path, &entry) != 0) { // Entry was not found. close(fd); return -1;