Loading java/testing.go +10 −9 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ func gatherRequiredDepsForTest() string { "android_system_stubs_current.from-text": "api/system-current.txt", "android_test_stubs_current.from-text": "api/test-current.txt", "android_module_lib_stubs_current.from-text": "api/module-lib-current.txt", "android_module_lib_stubs_current_full.from-text": "api/module-lib-current.txt", "android_system_server_stubs_current.from-text": "api/system-server-current.txt", "core.current.stubs.from-text": "api/current.txt", "legacy.core.platform.api.stubs.from-text": "api/current.txt", Loading Loading
java/testing.go +10 −9 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ func gatherRequiredDepsForTest() string { "android_system_stubs_current.from-text": "api/system-current.txt", "android_test_stubs_current.from-text": "api/test-current.txt", "android_module_lib_stubs_current.from-text": "api/module-lib-current.txt", "android_module_lib_stubs_current_full.from-text": "api/module-lib-current.txt", "android_system_server_stubs_current.from-text": "api/system-server-current.txt", "core.current.stubs.from-text": "api/current.txt", "legacy.core.platform.api.stubs.from-text": "api/current.txt", Loading