aboutsummaryrefslogtreecommitdiffstats
path: root/cc/toolchain_library.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/toolchain_library.go')
-rw-r--r--cc/toolchain_library.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/toolchain_library.go b/cc/toolchain_library.go
index 1bbe7746..9b83f181 100644
--- a/cc/toolchain_library.go
+++ b/cc/toolchain_library.go
@@ -15,7 +15,6 @@
package cc
import (
- "github.com/google/blueprint"
"github.com/google/blueprint/proptools"
"android/soong/android"
@@ -38,7 +37,7 @@ func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
return deps
}
-func toolchainLibraryFactory() (blueprint.Module, []interface{}) {
+func toolchainLibraryFactory() android.Module {
module, library := NewLibrary(android.HostAndDeviceSupported)
library.BuildOnlyStatic()
toolchainLibrary := &toolchainLibraryDecorator{