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

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

Change-Id: Ic3d788dd7da989da048bfb410ca51bea716e3d08
parents c30557f2 fd42c098
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;
  }