commit | 90fbcf1c29d81486c4af5c6dd3da61d63c3d06ad | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Aug 16 03:02:53 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 16 03:02:53 2022 +0000 |
tree | 296c0d42f7f56448d96d53ddbb9ebb9f6a1c6236 | |
parent | d1fb75df9a27249adc86a4bad56bcef0214bb592 [diff] | |
parent | 1048a73f218a6735b310bb6abbffa366bb361743 [diff] |
Merge "CpExecutable should not preserve symlink"
diff --git a/android/defs.go b/android/defs.go index 362b382..2a28e98 100644 --- a/android/defs.go +++ b/android/defs.go
@@ -68,7 +68,7 @@ CpExecutable = pctx.AndroidStaticRule("CpExecutable", blueprint.RuleParams{ - Command: "rm -f $out && cp $cpPreserveSymlinks $cpFlags $in $out && chmod +x $out$extraCmds", + Command: "rm -f $out && cp $cpFlags $in $out && chmod +x $out$extraCmds", Description: "cp $out", }, "cpFlags", "extraCmds")