Index: gears/SConscript |
diff --git a/gears/SConscript b/gears/SConscript |
index 9ad25c22a0dd0cad5d35457ef85c61fac467eb10..8c1d4b908b6ea2190f5917fe4dca593f42991e49 100644 |
--- a/gears/SConscript |
+++ b/gears/SConscript |
@@ -914,7 +914,7 @@ elif env['OS'] == 'android': |
# that value, scons gets confused. I'm not sure who is at fault here. |
# See http://code.google.com/p/chromium/issues/detail?id=4177. |
def GearsStaticLibrary(env, *args, **kw): |
- lib = env.ChromeStaticLibrary(*args, **kw) |
+ lib = env.ChromeLibrary(*args, **kw) |
env.Install('$COMPONENT_LIBRARY_DIR', lib[0]) |
return lib |
env.AddMethod(GearsStaticLibrary) |