Remove duplicate paths in module definitions

Bug: 326674683
Test: m nothing with a soong change to error on duplicates
Change-Id: I51d89573d849282f732e190836e85e31cadf7e42
diff --git a/Android.bp b/Android.bp
index 78eabb7..0aa7a87 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,8 +13,7 @@
 filegroup {
     name: "act-proto",
     srcs: [
-       "**/*.proto",
-       "act/act.proto",
+        "act/**/*.proto",
     ],
     visibility: ["//packages/modules/AdServices:__subpackages__"],
     path: "act",