Skip to content

Commit 376acc8

Browse files
committed
Record when a CombinedAndroidBuild member access is successful
This was not merging results correctly. Bug: b/469557768
1 parent 15c162b commit 376acc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/cvd/cuttlefish/host/commands/assemble_cvd/android_build/combined_android_build.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class CombinedAndroidBuildImpl : public AndroidBuild {
102102
std::set<std::string, std::less<void>> merged;
103103
for (const std::unique_ptr<AndroidBuild>& build : builds_) {
104104
if (res = ((*build).*fn)(); res.ok()) {
105+
one_succeeded = true;
105106
merged.merge(std::move(*res));
106107
}
107108
}

0 commit comments

Comments
 (0)