Merge "Enforce one aconfig_declaration per aconfig package" into main

This commit is contained in:
Dennis Shen
2024-01-10 12:46:06 +00:00
committed by Gerrit Code Review
5 changed files with 68 additions and 4 deletions

View File

@@ -4347,14 +4347,14 @@ func TestAppFlagsPackages(t *testing.T) {
}
aconfig_declarations {
name: "bar",
package: "com.example.package",
package: "com.example.package.bar",
srcs: [
"bar.aconfig",
],
}
aconfig_declarations {
name: "baz",
package: "com.example.package",
package: "com.example.package.baz",
srcs: [
"baz.aconfig",
],