Merge "Export: phonyFactory -> PhonyFactory"
am: 4a719a0ef0
Change-Id: I9a104e2ba3e4499c647b22de1670ab9c42ebdd08
This commit is contained in:
commit
341c08f323
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
android.RegisterModuleType("phony", phonyFactory)
|
||||
android.RegisterModuleType("phony", PhonyFactory)
|
||||
}
|
||||
|
||||
type phony struct {
|
||||
|
@ -31,7 +31,7 @@ type phony struct {
|
|||
requiredModuleNames []string
|
||||
}
|
||||
|
||||
func phonyFactory() android.Module {
|
||||
func PhonyFactory() android.Module {
|
||||
module := &phony{}
|
||||
|
||||
android.InitAndroidModule(module)
|
||||
|
|
Loading…
Reference in a new issue