commit | 74be76449611bb316effb55b9e7984ed8aabbbff | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Thu Jul 22 16:20:28 2021 -0700 |
committer | Chris Wailes <chriswailes@google.com> | Fri Jul 23 10:38:01 2021 -0700 |
tree | 1db27ca6415bf081519c837e41c0154e5ed75501 | |
parent | f4984179770f09ec86191da0589a32f6466e0edc [diff] [blame] |
Add a phony target for all Rust targets Test: m rust Change-Id: Id347edf9998f6714622c9f173420477a9e534723
diff --git a/rust/rust.go b/rust/rust.go index 52b4094..9cd54a2 100644 --- a/rust/rust.go +++ b/rust/rust.go
@@ -857,6 +857,8 @@ if mod.installable(apexInfo) { mod.compiler.install(ctx) } + + ctx.Phony("rust", ctx.RustModule().OutputFile().Path()) } }