Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9937840e authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Merge "Remove empty zip warning on host builds" am: fd42c098 am: c9c0460e

am: fbd68ec8

Change-Id: Iba5ecc1ed7f059c4deb5bde2a3c0521cc8ca9e83
parents f023e517 fbd68ec8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -224,7 +224,9 @@ static int32_t MapCentralDirectory0(const char* debug_file_name, ZipArchive* arc
    return kInvalidOffset;
  }
  if (eocd->num_records == 0) {
#if defined(__ANDROID__)
    ALOGW("Zip: empty archive?");
#endif
    return kEmptyArchive;
  }