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

Commit b354dcef authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Remove empty zip warning on host builds

Change-Id: Iaafe208930c316cc32f39ce2687be555b9eeb35f
parent 45ee43b1
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;
  }