Loading java/app.go +10 −10 Original line number Diff line number Diff line Loading @@ -760,6 +760,7 @@ func collectAppDeps(ctx android.ModuleContext, app appDepsInterface, } lib := dep.OutputFile() if lib.Valid() { path := lib.Path() if seenModulePaths[path.String()] { return false Loading @@ -771,7 +772,6 @@ func collectAppDeps(ctx android.ModuleContext, app appDepsInterface, otherName) } if lib.Valid() { jniLibs = append(jniLibs, jniLib{ name: ctx.OtherModuleName(module), path: path, Loading Loading
java/app.go +10 −10 Original line number Diff line number Diff line Loading @@ -760,6 +760,7 @@ func collectAppDeps(ctx android.ModuleContext, app appDepsInterface, } lib := dep.OutputFile() if lib.Valid() { path := lib.Path() if seenModulePaths[path.String()] { return false Loading @@ -771,7 +772,6 @@ func collectAppDeps(ctx android.ModuleContext, app appDepsInterface, otherName) } if lib.Valid() { jniLibs = append(jniLibs, jniLib{ name: ctx.OtherModuleName(module), path: path, Loading