Merge "pom2bp: add jar deps to -nodeps modules"

This commit is contained in:
Treehugger Robot 2019-04-11 23:11:23 +00:00 committed by Gerrit Code Review
commit 34df71446f
1 changed files with 4 additions and 1 deletions

View File

@ -328,6 +328,9 @@ var bpTemplate = template.Must(template.New("bp").Parse(`
{{- if .IsAar}}
min_sdk_version: "{{.MinSdkVersion}}",
static_libs: [
{{- range .BpJarDeps}}
"{{.}}",
{{- end}}
{{- range .BpAarDeps}}
"{{.}}",
{{- end}}
@ -349,7 +352,7 @@ var bpTemplate = template.Must(template.New("bp").Parse(`
{{- end}}
static_libs: [
"{{.BpName}}-nodeps",
{{- range .BpJarDeps}}
{{- range .BpJarDeps}}
"{{.}}",
{{- end}}
{{- range .BpAarDeps}}