Remove empty zip warning on host builds
Change-Id: Iaafe208930c316cc32f39ce2687be555b9eeb35f
This commit is contained in:
parent
45ee43b1ac
commit
b354dcef98
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue