Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a779a4b authored by Romain Jobredeaux's avatar Romain Jobredeaux Committed by Gerrit Code Review
Browse files

Merge "remove redundant 'deps' section from template with 'exports' section."

parents 3bafa693 b669398c
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -663,23 +663,6 @@ var bazelDepsTemplate = template.Must(template.New("bp").Parse(`
    name = "{{.BpName}}",
    {{.BazelImportProperty}} = {{- if not .IsAar}}[{{- end}}"{{.ArtifactFile}}"{{- if not .IsAar}}]{{- end}},
    visibility = ["//visibility:public"],
    deps = [
        {{- range .BazelJarDeps}}
        "{{.}}",
        {{- end}}
        {{- range .BazelAarDeps}}
        "{{.}}",
        {{- end}}
        {{- range .BpExtraStaticLibs}}
        "{{.}}",
        {{- end}}
        {{- range .BpExtraLibs}}
        "{{.}}",
        {{- end}}
        {{- range .BpOptionalUsesLibs}}
        "{{.}}",
        {{- end}}
    ],
    exports = [
        {{- range .BazelJarDeps}}
        "{{.}}",