Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdef43f3 authored by Cole Faust's avatar Cole Faust
Browse files

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
parent 60bee2ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ bootstrap_go_package {
        "vndk.go",
    ],
    testSrcs: [
        "aconfig_test.go",
        "apex_test.go",
        "bootclasspath_fragment_test.go",
        "classpath_element_test.go",
+1 −1
Original line number Diff line number Diff line
@@ -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}",
						],
				}