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

Commit fbd68ec8 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

Change-Id: Ie22226ad9a9c0dc5f3fbc4a841936cdecabf3cc4
parents 492ff5bf c9c0460e
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;
  }