Separate system modules tests into their own file

java_test.go is getting too big.

Bug: 182402568
Test: m nothing
Change-Id: I9c3818f1d747a230fcb66687319a3a14d557a57c
This commit is contained in:
Paul Duffin
2021-03-11 08:07:46 +00:00
parent d6c2a65211
commit db284be913
3 changed files with 85 additions and 64 deletions

View File

@@ -78,6 +78,7 @@ bootstrap_go_package {
"plugin_test.go",
"rro_test.go",
"sdk_test.go",
"system_modules_test.go",
],
pluginFor: ["soong_build"],
}