Loading bloaty/bloaty.go +3 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,9 @@ func fileSizesSingleton() android.Singleton { func (singleton *sizesSingleton) GenerateBuildActions(ctx android.SingletonContext) { var deps android.Paths ctx.VisitAllModules(func(m android.Module) { if !m.ExportedToMake() { return } filePaths, ok := android.SingletonModuleProvider(ctx, m, fileSizeMeasurerKey) if !ok { return Loading Loading
bloaty/bloaty.go +3 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,9 @@ func fileSizesSingleton() android.Singleton { func (singleton *sizesSingleton) GenerateBuildActions(ctx android.SingletonContext) { var deps android.Paths ctx.VisitAllModules(func(m android.Module) { if !m.ExportedToMake() { return } filePaths, ok := android.SingletonModuleProvider(ctx, m, fileSizeMeasurerKey) if !ok { return Loading