summaryrefslogtreecommitdiff
path: root/python/library.go
diff options
context:
space:
mode:
Diffstat (limited to 'python/library.go')
-rw-r--r--python/library.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/library.go b/python/library.go
index 65c1352e7..0c8d61313 100644
--- a/python/library.go
+++ b/python/library.go
@@ -26,7 +26,7 @@ func init() {
}
func PythonLibraryHostFactory() android.Module {
- module := newModule(android.HostSupportedNoCross, android.MultilibFirst)
+ module := newModule(android.HostSupported, android.MultilibFirst)
return module.Init()
}