summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-10-29 17:36:15 -0700
committer Cole Faust <colefaust@google.com> 2024-10-29 17:36:15 -0700
commitcdef43f30c43e0ce28994f30b38cb1ef3eaf0b04 (patch)
tree401cc640d37721f322a848823b1b69e560fb3d89
parent60bee2bad8b15af43aef5aba4cb309c45fcb6a83 (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
-rw-r--r--apex/Android.bp1
-rw-r--r--apex/aconfig_test.go2
2 files changed, 2 insertions, 1 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 4848513f2..0e2f564b9 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -33,6 +33,7 @@ bootstrap_go_package {
"vndk.go",
],
testSrcs: [
+ "aconfig_test.go",
"apex_test.go",
"bootclasspath_fragment_test.go",
"classpath_element_test.go",
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}",
],
}