summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorJaewoong Jung <jungjw@google.com>2021-03-10 11:41:50 -0800
committerJaewoong Jung <jungjw@google.com>2021-03-10 11:41:50 -0800
commit75c7cead62c0de0fdeeae6f316957c85300570ae (patch)
tree75d9ed32fe5dceeaa14e2012ed660067996a621a /java/java.go
parent05ebca4f7fc4dc391575d58db766bb42d16934fe (diff)
Delete defaultsFactory in java.go.
The factory function became obsolete a long time ago. The module description text will be correctly extracted with this change. Test: TreeHugger Change-Id: If4eb936d34e5a71e6f298f53827a887f34af7cae
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/java.go b/java/java.go
index 9e3583501..5b4e06669 100644
--- a/java/java.go
+++ b/java/java.go
@@ -3319,10 +3319,6 @@ type Defaults struct {
// ],
// javacflags: ["-Xlint:all"],
// }
-func defaultsFactory() android.Module {
- return DefaultsFactory()
-}
-
func DefaultsFactory() android.Module {
module := &Defaults{}