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

View File

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