commit | 2e4219be73a19226b4df2f50b21a48743f8e3d4f | [log] [tgz] |
---|---|---|
author | Rupert Shuttleworth <ruperts@google.com> | Fri Mar 12 11:04:21 2021 +0000 |
committer | Rupert Shuttleworth <ruperts@google.com> | Mon Mar 15 11:51:31 2021 +0000 |
tree | 4c1cb632b583612a1574e436def1b506f56597fc | |
parent | cb60b31f21e4de8422d10664a2085668deb687a2 [diff] [blame] |
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
diff --git a/bazel/Android.bp b/bazel/Android.bp index 117fd46..b7c185a 100644 --- a/bazel/Android.bp +++ b/bazel/Android.bp
@@ -12,6 +12,7 @@ ], testSrcs: [ "aquery_test.go", + "properties_test.go", ], pluginFor: [ "soong_build",