Merge "Make container mandatory in aconfig_declarations." into main

This commit is contained in:
Oriol Prieto Gascó
2024-05-03 14:09:48 +00:00
committed by Gerrit Code Review
13 changed files with 126 additions and 20 deletions

View File

@@ -11407,6 +11407,7 @@ func TestAconfifDeclarationsValidation(t *testing.T) {
aconfig_declarations {
name: "%[1]s",
package: "com.example.package",
container: "system",
srcs: [
"%[1]s.aconfig",
],