Chromium Code Reviews| Index: pylib/gyp/generator/android.py |
| =================================================================== |
| --- pylib/gyp/generator/android.py (revision 1508) |
| +++ pylib/gyp/generator/android.py (working copy) |
| @@ -143,6 +143,8 @@ |
| self.path = base_path |
| self.target = spec['target_name'] |
| self.type = spec['type'] |
| + if self.type == 'standalone_static_library': |
| + self.type = 'static_library' |
| self.toolset = spec['toolset'] |
| deps, link_deps = self.ComputeDeps(spec) |