We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c162b commit 376acc8Copy full SHA for 376acc8
base/cvd/cuttlefish/host/commands/assemble_cvd/android_build/combined_android_build.cc
@@ -102,6 +102,7 @@ class CombinedAndroidBuildImpl : public AndroidBuild {
102
std::set<std::string, std::less<void>> merged;
103
for (const std::unique_ptr<AndroidBuild>& build : builds_) {
104
if (res = ((*build).*fn)(); res.ok()) {
105
+ one_succeeded = true;
106
merged.merge(std::move(*res));
107
}
108
0 commit comments