commit | 907769f0fb9cd6c5bcf50e89c9d01834fb711741 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 27 11:02:39 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Sep 27 18:06:23 2018 +0000 |
tree | ff5291959b2201e39344398955a96e78fefb6376 | |
parent | daf5ec0c28252da08df4383c3186c37bd94bc0bd [diff] [blame] |
Allow cc_object modules to use STL cc_object modules may need access to the STL headers. Test: m checkbuild Change-Id: I88ad556a349d9530d24949f05eebf8b6fab4c62a
diff --git a/cc/object.go b/cc/object.go index b5fd835..7c134ac 100644 --- a/cc/object.go +++ b/cc/object.go
@@ -39,6 +39,7 @@ baseLinker: NewBaseLinker(nil), } module.compiler = NewBaseCompiler() + module.stl = &stl{} return module.Init() }