From b51bb5047133bd24f4c3f0b5caab8f2f203da02d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 3 May 2019 22:45:41 -0700 Subject: Track libziparchive API change. Bug: http://b/129068177 Test: treehugger Change-Id: Ieccd528a34b66de59fad78586dead6b1df9cae98 --- linker/linker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linker/linker.cpp') diff --git a/linker/linker.cpp b/linker/linker.cpp index b59df7302..0de17f780 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -1039,7 +1039,7 @@ static int open_library_in_zipfile(ZipArchiveCache* zip_archive_cache, 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; -- cgit v1.2.3