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

Commit 27869c01 authored by Jihoon Kang's avatar Jihoon Kang Committed by Automerger Merge Worker
Browse files

Add additional java_api_library testing modules am: d0f95204 am: cf7eb597 am: dcfeb53b

parents f6012eb5 dcfeb53b
Loading
Loading
Loading
Loading
+14 −10
Original line number Diff line number Diff line
@@ -410,6 +410,10 @@ func gatherRequiredDepsForTest() string {
		"legacy.core.platform.api.stubs.from-text":         "api/current.txt",
		"stable.core.platform.api.stubs.from-text":         "api/current.txt",
		"core-lambda-stubs.from-text":                      "api/current.txt",
		"android-non-updatable.stubs.from-text":            "api/current.txt",
		"android-non-updatable.stubs.system.from-text":     "api/system-current.txt",
		"android-non-updatable.stubs.test.from-text":       "api/test-current.txt",
		"android-non-updatable.stubs.module_lib.from-text": "api/module-lib-current.txt",
	}

	for libName, apiFile := range extraApiLibraryModules {