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

am: 34df71446f

Change-Id: I8d737ccfc8ad3f2e876c3c3f152289e15b52a3f1
This commit is contained in:
Colin Cross
2019-04-11 16:18:46 -07:00
committed by android-build-merger

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}}