diff options
Diffstat (limited to 'rust/prebuilt.go')
-rw-r--r-- | rust/prebuilt.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rust/prebuilt.go b/rust/prebuilt.go index 3d081c113..f9c8934d6 100644 --- a/rust/prebuilt.go +++ b/rust/prebuilt.go @@ -99,9 +99,6 @@ func (prebuilt *prebuiltLibraryDecorator) compile(ctx ModuleContext, flags Flags if len(paths) > 0 { ctx.PropertyErrorf("srcs", "prebuilt libraries can only have one entry in srcs (the prebuilt path)") } - - prebuilt.unstrippedOutputFile = srcPath - return srcPath } |