Don't clear flags in prebuiltLibraryLinker.linkerFlags
am: 1ab10a7310
Change-Id: Ib1890cfc3d84694ac5fca945589efb00be9814d6
This commit is contained in:
@@ -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{} {
|
||||
|
Reference in New Issue
Block a user