Loading java/jdeps.go +4 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,10 @@ func (j *jdepsGeneratorSingleton) GenerateBuildActions(ctx android.SingletonCont moduleInfos := make(map[string]android.IdeInfo) ctx.VisitAllModules(func(module android.Module) { if !module.Enabled() { return } ideInfoProvider, ok := module.(android.IDEInfo) if !ok { return Loading Loading
java/jdeps.go +4 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,10 @@ func (j *jdepsGeneratorSingleton) GenerateBuildActions(ctx android.SingletonCont moduleInfos := make(map[string]android.IdeInfo) ctx.VisitAllModules(func(module android.Module) { if !module.Enabled() { return } ideInfoProvider, ok := module.(android.IDEInfo) if !ok { return Loading