Merge "Sort fuzz target dependencies to avoid rebuilds."

am: 3eceaa3240

Change-Id: I727d245950912f91c4e0a2cd6beed8a71669f011
This commit is contained in:
Mitch Phillips
2019-11-11 18:50:21 -08:00
committed by android-build-merger

View File

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