Extract the cc and java sdk related tests out into their own file

Makes it easier for multiple people to work on different areas without
conflicts.

Bug: 143678475
Test: m conscrypt-module-sdk
Change-Id: I93140450c0b049946a9d0432225bccff82f5a873
This commit is contained in:
Paul Duffin
2019-12-03 15:25:00 +00:00
parent c3c5d5e351
commit a80fdec00d
4 changed files with 662 additions and 524 deletions

View File

@@ -508,6 +508,8 @@ bootstrap_go_package {
"sdk/update.go",
],
testSrcs: [
"sdk/cc_sdk_test.go",
"sdk/java_sdk_test.go",
"sdk/sdk_test.go",
"sdk/testing.go",
],