Fix unused-but-set-variable warning

Test: presubmit
Bug: 197240255
Change-Id: I5cca354746213e9ef43e848dbc38ecbe168d0b6a
This commit is contained in:
Yi Kong 2021-09-01 01:44:06 +08:00
parent 93b4b55ee7
commit e096481090

View File

@ -148,7 +148,7 @@ static bool EmitResourceEntryDiff(IAaptContext* context, LoadedApk* apk_a,
diff = true;
}
}
return false;
return diff;
}
static bool EmitResourceTypeDiff(IAaptContext* context, LoadedApk* apk_a,