Track libziparchive API change.
Bug: http://b/129068177 Test: treehugger Change-Id: I618bbcf38914dd81e042e0cfd1976ff26274dc30
This commit is contained in:
+1
-1
@@ -529,7 +529,7 @@ bool verify_package_compatibility(ZipArchiveHandle package_zip) {
|
||||
|
||||
// Iterate all the entries inside COMPATIBILITY_ZIP_ENTRY and read the contents.
|
||||
void* cookie;
|
||||
ret = StartIteration(zip_handle, &cookie, nullptr, nullptr);
|
||||
ret = StartIteration(zip_handle, &cookie);
|
||||
if (ret != 0) {
|
||||
LOG(ERROR) << "Failed to start iterating zip entries: " << ErrorCodeString(ret);
|
||||
CloseArchive(zip_handle);
|
||||
|
||||
Reference in New Issue
Block a user