diff options
Diffstat (limited to 'rust/compiler.go')
-rw-r--r-- | rust/compiler.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/compiler.go b/rust/compiler.go index d45a5aa9a..c92182420 100644 --- a/rust/compiler.go +++ b/rust/compiler.go @@ -145,6 +145,7 @@ type baseCompiler struct { relative string path android.InstallPath location installLocation + sanitize *sanitize distFile android.OptionalPath // Stripped output file. If Valid(), this file will be installed instead of outputFile. |