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

Commit 694b4629 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

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

am: 34df7144

Change-Id: I8d737ccfc8ad3f2e876c3c3f152289e15b52a3f1
parents c832b151 34df7144
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -328,6 +328,9 @@ var bpTemplate = template.Must(template.New("bp").Parse(`
    {{- if .IsAar}}
    {{- if .IsAar}}
    min_sdk_version: "{{.MinSdkVersion}}",
    min_sdk_version: "{{.MinSdkVersion}}",
    static_libs: [
    static_libs: [
        {{- range .BpJarDeps}}
        "{{.}}",
        {{- end}}
        {{- range .BpAarDeps}}
        {{- range .BpAarDeps}}
        "{{.}}",
        "{{.}}",
        {{- end}}
        {{- end}}