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

Commit 3251f2aa authored by Yusuke Sato's avatar Yusuke Sato Committed by Android Git Automerger
Browse files

am 3383b141: am a024acb8: Merge "Let findSupportedAbi and...

am 3383b141: am a024acb8: Merge "Let findSupportedAbi and hasRenderscriptBitcode scan only relevant files"

* commit '3383b141':
  Let findSupportedAbi and hasRenderscriptBitcode scan only relevant files
parents 7581a209 3383b141
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -130,6 +130,11 @@ bool ZipFileRO::startIteration(void** cookie) {
  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)
{
    _ZipEntryRO* ze = new _ZipEntryRO;