diff options
author | 2023-11-15 21:01:38 +0000 | |
---|---|---|
committer | 2023-11-15 21:01:38 +0000 | |
commit | d7812415c3671bd24246a76e462675af8f384022 (patch) | |
tree | 9dee746de445a2ae35e465a2956fc6cbe860140b /java/java.go | |
parent | 9cb8fcbe06cb1391a5c7286db93edaf78ed3cc70 (diff) | |
parent | a644c263dd1ea327f428e540a4f0aea82e7a42bd (diff) |
Merge "Stop collecting path entry for module_bp_java_deps.json from each module type" into main
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/java.go b/java/java.go index 0d90efc60..500ae37c7 100644 --- a/java/java.go +++ b/java/java.go @@ -720,9 +720,6 @@ func (j *Library) GenerateAndroidBuildActions(ctx android.ModuleContext) { } j.compile(ctx, nil, nil, nil) - // Collect the module directory for IDE info in java/jdeps.go. - j.modulePaths = append(j.modulePaths, ctx.ModuleDir()) - exclusivelyForApex := !apexInfo.IsForPlatform() if (Bool(j.properties.Installable) || ctx.Host()) && !exclusivelyForApex { var extraInstallDeps android.Paths |