Merge "Properly track where a build flag is declared" into main am: 5078551e97
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3132914 Change-Id: I661af7b1cdcabe87b0d71b0113cd2087823ccc10 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -135,9 +135,11 @@ func (src *FlagArtifact) Clone() *FlagArtifact {
|
|||||||
value := &rc_proto.Value{}
|
value := &rc_proto.Value{}
|
||||||
proto.Merge(value, src.Value)
|
proto.Merge(value, src.Value)
|
||||||
return &FlagArtifact{
|
return &FlagArtifact{
|
||||||
FlagDeclaration: src.FlagDeclaration,
|
FlagDeclaration: src.FlagDeclaration,
|
||||||
Traces: src.Traces,
|
Traces: src.Traces,
|
||||||
Value: value,
|
Value: value,
|
||||||
|
DeclarationIndex: src.DeclarationIndex,
|
||||||
|
Redacted: src.Redacted,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user