Remove duplicate optional libs

Fixes: 219958699
Test: ./update_prebuilts.py -x ########
Change-Id: I2ff0aff78379da84db5711e5d5a47b1253936bce
Merged-In: I2ff0aff78379da84db5711e5d5a47b1253936bce
(cherry picked from commit 21d7add8cd)
This commit is contained in:
Alan Viverette
2022-02-16 12:58:55 -05:00
committed by Chaohui Wang
parent 4bee3b2e59
commit 445a789d33

View File

@@ -627,13 +627,6 @@ var bpDepsTemplate = template.Must(template.New("bp").Parse(`
{{- end}}
],
{{- end}}
{{- if .BpOptionalUsesLibs}}
optional_uses_libs: [
{{- range .BpOptionalUsesLibs}}
"{{.}}",
{{- end}}
],
{{- end}}
java_version: "1.7",
}
`))