am 3383b141: am a024acb8: Merge "Let findSupportedAbi and hasRenderscriptBitcode scan only relevant files"
* commit '3383b141c3ac4426279e649ebcee535890203c3f': Let findSupportedAbi and hasRenderscriptBitcode scan only relevant files
This commit is contained in:
@@ -130,6 +130,11 @@ bool ZipFileRO::startIteration(void** cookie) {
|
|||||||
return startIteration(cookie, NULL, NULL);
|
return startIteration(cookie, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool ZipFileRO::startIteration(void** cookie, const char* prefix, const char* suffix)
|
||||||
|
{
|
||||||
|
return startIteration(cookie, NULL, NULL);
|
||||||
|
}
|
||||||
|
|
||||||
bool ZipFileRO::startIteration(void** cookie, const char* prefix, const char* suffix)
|
bool ZipFileRO::startIteration(void** cookie, const char* prefix, const char* suffix)
|
||||||
{
|
{
|
||||||
_ZipEntryRO* ze = new _ZipEntryRO;
|
_ZipEntryRO* ze = new _ZipEntryRO;
|
||||||
|
|||||||
Reference in New Issue
Block a user