Merge "Sort fuzz target dependencies to avoid rebuilds."
am: 3eceaa3240
Change-Id: I727d245950912f91c4e0a2cd6beed8a71669f011
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user