summaryrefslogtreecommitdiff
path: root/api/api_test.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-10-23 23:57:51 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-10-23 23:57:51 +0000
commit3f1eba32bdeb7d585776c2198810e69f95e69a38 (patch)
tree5a0469e0809226d9ea4e2457aee1ea21fd74c5ba /api/api_test.go
parente69d60f3a6c4e00037db10dae61120a94646b3be (diff)
parent5aeb9fd4d89e9ee3911fc61b29a6b04d693734ed (diff)
Merge "Remove dependencies on the 1-variant fallback" into main
Diffstat (limited to 'api/api_test.go')
-rw-r--r--api/api_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api_test.go b/api/api_test.go
index fb26f821eec1..166f053978f2 100644
--- a/api/api_test.go
+++ b/api/api_test.go
@@ -253,7 +253,7 @@ func TestCombinedApisDefaults(t *testing.T) {
`)
subModuleDependsOnSelectAppendedModule := java.CheckModuleHasDependency(t,
- result.TestContext, "foo-current.txt", "", "framework-foo")
+ result.TestContext, "foo-current.txt", "android_common", "framework-foo")
android.AssertBoolEquals(t, "Submodule expected to depend on the select-appended module",
true, subModuleDependsOnSelectAppendedModule)
}