summaryrefslogtreecommitdiff
path: root/python/defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'python/defaults.go')
-rw-r--r--python/defaults.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/defaults.go b/python/defaults.go
index 3dc5bc4d2..b5ee2bcb1 100644
--- a/python/defaults.go
+++ b/python/defaults.go
@@ -18,10 +18,6 @@ import (
"android/soong/android"
)
-func init() {
- android.RegisterModuleType("python_defaults", DefaultsFactory)
-}
-
type Defaults struct {
android.ModuleBase
android.DefaultsModuleBase