Merge "Allow cc_object modules to use STL"

This commit is contained in:
Colin Cross 2018-09-27 23:23:19 +00:00 committed by Gerrit Code Review
commit fc2aac5c71

View file

@ -39,6 +39,7 @@ func objectFactory() android.Module {
baseLinker: NewBaseLinker(nil),
}
module.compiler = NewBaseCompiler()
module.stl = &stl{}
return module.Init()
}