add *.from-text modules to the java test fixture

Test: go build ./java

Change-Id: Ib9ff4eb59ff63dc208b7a28626d42b53153c86d6
This commit is contained in:
Spandan Das 2023-03-30 17:54:58 +00:00
parent 4deab28fd4
commit 6bd19dd4c5

View file

@ -368,6 +368,15 @@ func gatherRequiredDepsForTest() string {
"core.current.stubs",
"legacy.core.platform.api.stubs",
"stable.core.platform.api.stubs",
"android_stubs_current.from-text",
"android_system_stubs_current.from-text",
"android_test_stubs_current.from-text",
"android_module_lib_stubs_current.from-text",
"android_system_server_stubs_current.from-text",
"core.current.stubs.from-text",
"legacy.core.platform.api.stubs.from-text",
"stable.core.platform.api.stubs.from-text",
"kotlin-stdlib",
"kotlin-stdlib-jdk7",
"kotlin-stdlib-jdk8",
@ -409,6 +418,10 @@ func gatherRequiredDepsForTest() string {
"core-module-lib-stubs-system-modules",
"legacy-core-platform-api-stubs-system-modules",
"stable-core-platform-api-stubs-system-modules",
"core-public-stubs-system-modules.from-text",
"core-module-lib-stubs-system-modules.from-text",
"legacy-core-platform-api-stubs-system-modules.from-text",
"stable-core-platform-api-stubs-system-modules.from-text",
}
for _, extra := range systemModules {