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

Commit fd42c098 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove empty zip warning on host builds"

parents b9ee9abe b354dcef
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;
  }