diff options
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/rust.go b/rust/rust.go index 6b91ccb25..9e06cd437 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -974,6 +974,7 @@ func (mod *Module) GenerateAndroidBuildActions(actx android.ModuleContext) { // side dependencies. In particular, proc-macros need to be captured in the // host snapshot. mod.HideFromMake() + mod.SkipInstall() } else if !mod.installable(apexInfo) { mod.SkipInstall() } |