summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2024-04-24 16:41:57 +0000
committer Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> 2024-04-24 16:41:57 +0000
commit315a53c5cb5af5d354a56f5229f546e7ed9ff1c1 (patch)
tree978d24aa4cb46d19582664487dc75d73fa64b0b4 /java/java_test.go
parentb39c877ae058b6217f416783453b7433fd969494 (diff)
Make container mandatory in aconfig_declarations.
Bug: 330354107 Test: Unit test and CI. Ignore-AOSP-First: It is easier to detect all the missing ones in internal master. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e916a2c758d2a95037d1d366e7cd0e10d241d510) Merged-In: I4ab4271c67a35d0fdcc0b57c27260e29fb7dea56 Change-Id: I4ab4271c67a35d0fdcc0b57c27260e29fb7dea56
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go
index a1192bb5f..2f2793202 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -2801,6 +2801,7 @@ func TestApiLibraryAconfigDeclarations(t *testing.T) {
aconfig_declarations {
name: "bar",
package: "com.example.package",
+ container: "com.android.foo",
srcs: [
"bar.aconfig",
],