Merge "Sort fuzz target dependencies to avoid rebuilds."

This commit is contained in:
Treehugger Robot
2019-11-12 02:42:10 +00:00
committed by Gerrit Code Review

View File

@@ -232,6 +232,8 @@ func (fuzz *fuzzBinary) install(ctx ModuleContext, file android.Path) {
sharedLibraryInstallLocation( sharedLibraryInstallLocation(
lib, ctx.Host(), ctx.Arch().ArchType.String())) lib, ctx.Host(), ctx.Arch().ArchType.String()))
} }
sort.Strings(fuzz.installedSharedDeps)
} }
func NewFuzz(hod android.HostOrDeviceSupported) *Module { func NewFuzz(hod android.HostOrDeviceSupported) *Module {