diff options
author | 2024-10-29 17:36:15 -0700 | |
---|---|---|
committer | 2024-10-29 17:36:15 -0700 | |
commit | cdef43f30c43e0ce28994f30b38cb1ef3eaf0b04 (patch) | |
tree | 401cc640d37721f322a848823b1b69e560fb3d89 /apex/aconfig_test.go | |
parent | 60bee2bad8b15af43aef5aba4cb309c45fcb6a83 (diff) |
Fix 1-variant fallback issue in aconfig_test.go
This was missed earlier because it was not setup to run on an
m nothing --no-skip-soong-tests
Bug: 372091092
Test: m nothing --no-skip-soong-tests with aosp/3318965
Change-Id: I0f0c0ed2dbe4546aef954198ef63603ed3e3af8a
Diffstat (limited to 'apex/aconfig_test.go')
-rw-r--r-- | apex/aconfig_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/aconfig_test.go b/apex/aconfig_test.go index 2ab61b35e..76227a9ab 100644 --- a/apex/aconfig_test.go +++ b/apex/aconfig_test.go @@ -682,7 +682,7 @@ func TestValidationAcrossContainersNotExportedFail(t *testing.T) { } filegroup { name: "my_filegroup_foo_srcjars", - srcs: [ + device_common_srcs: [ ":my_aconfig_declarations_group_foo{.srcjars}", ], } |