Loading apex/apex.go +2 −1 Original line number Diff line number Diff line Loading @@ -2508,7 +2508,8 @@ func apexBootclasspathFragmentFiles(ctx android.ModuleContext, module blueprint. filesToAdd = append(filesToAdd, *af) } if pathInApex := bootclasspathFragmentInfo.ProfileInstallPathInApex(); pathInApex != "" { pathInApex := bootclasspathFragmentInfo.ProfileInstallPathInApex() if pathInApex != "" && !java.SkipDexpreoptBootJars(ctx) { pathOnHost := bootclasspathFragmentInfo.ProfilePathOnHost() tempPath := android.PathForModuleOut(ctx, "boot_image_profile", pathInApex) Loading Loading
apex/apex.go +2 −1 Original line number Diff line number Diff line Loading @@ -2508,7 +2508,8 @@ func apexBootclasspathFragmentFiles(ctx android.ModuleContext, module blueprint. filesToAdd = append(filesToAdd, *af) } if pathInApex := bootclasspathFragmentInfo.ProfileInstallPathInApex(); pathInApex != "" { pathInApex := bootclasspathFragmentInfo.ProfileInstallPathInApex() if pathInApex != "" && !java.SkipDexpreoptBootJars(ctx) { pathOnHost := bootclasspathFragmentInfo.ProfilePathOnHost() tempPath := android.PathForModuleOut(ctx, "boot_image_profile", pathInApex) Loading