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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/toolchain_library.go b/cc/toolchain_library.go
index 2f3c9a1a..521553e4 100644
--- a/cc/toolchain_library.go
+++ b/cc/toolchain_library.go
@@ -39,7 +39,7 @@ func (*toolchainLibraryDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) D
}
func toolchainLibraryFactory() (blueprint.Module, []interface{}) {
- module, library := NewLibrary(android.DeviceSupported, false, true)
+ module, library := NewLibrary(android.HostAndDeviceSupported, false, true)
toolchainLibrary := &toolchainLibraryDecorator{
libraryDecorator: library,
}