diff --git a/cc/prebuilt.go b/cc/prebuilt.go index 3dd4d11dd..ff8a87858 100644 --- a/cc/prebuilt.go +++ b/cc/prebuilt.go @@ -62,7 +62,7 @@ func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { } func (p *prebuiltLibraryLinker) linkerFlags(ctx ModuleContext, flags Flags) Flags { - return Flags{} + return flags } func (p *prebuiltLibraryLinker) linkerProps() []interface{} {