Add a way to remove duplicates from Bazel label lists, to e.g. avoid duplicate deps.

Test: Added unit tests, and also resolves bp2build error.
Change-Id: I6e01d9e233ec21dbb244e5682cbeebbc3a1ac0c4
This commit is contained in:
Rupert Shuttleworth
2021-03-12 11:04:21 +00:00
parent cb60b31f21
commit 2e4219be73
3 changed files with 116 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ bootstrap_go_package {
],
testSrcs: [
"aquery_test.go",
"properties_test.go",
],
pluginFor: [
"soong_build",