aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2024-04-12 11:40:39 -0700
committerCole Faust <colefaust@google.com>2024-04-12 12:51:01 -0700
commit07845167618c9d977e96106ab218ed9b6ad17925 (patch)
tree36e740f86b69fd4dcc6963ed4355d029884caade
parent4dfca5b354a0566be33ca4fbff923506c6dc1221 (diff)
downloadanonymous-counting-tokens-master.tar.gz
Remove duplicate paths in module definitionsHEADmastermain
Bug: 326674683 Test: m nothing with a soong change to error on duplicates Change-Id: I51d89573d849282f732e190836e85e31cadf7e42
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 78eabb7..0aa7a87 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,8 +13,7 @@ license {
filegroup {
name: "act-proto",
srcs: [
- "**/*.proto",
- "act/act.proto",
+ "act/**/*.proto",
],
visibility: ["//packages/modules/AdServices:__subpackages__"],
path: "act",