Separate sdk membership support out of cc/library.go

Bug: 142918168
Test: m checkbuild
Change-Id: I4a7f2af8e0b41feca2b5a431b42ad03bbfe94b0c
This commit is contained in:
Paul Duffin
2019-12-13 10:40:56 +00:00
parent 57b9e1da75
commit 2f6bc09fee
3 changed files with 321 additions and 297 deletions

View File

@@ -186,6 +186,7 @@ bootstrap_go_package {
"cc/binary.go",
"cc/fuzz.go",
"cc/library.go",
"cc/library_sdk_member.go",
"cc/object.go",
"cc/test.go",
"cc/toolchain_library.go",