Merge "Restat clang linker outputs" am: 51e265c5dd

am: 0a31c21da0

Change-Id: I1673d9eba4399e26235b92b53f240d91842b1ee4
This commit is contained in:
Colin Cross
2019-03-31 11:59:51 -07:00
committed by android-build-merger

View File

@@ -70,6 +70,8 @@ var (
CommandDeps: []string{"$ldCmd"},
Rspfile: "${out}.rsp",
RspfileContent: "${in}",
// clang -Wl,--out-implib doesn't update its output file if it hasn't changed.
Restat: true,
},
"ldCmd", "crtBegin", "libFlags", "crtEnd", "ldFlags")