Chromium Code Reviews| Index: test/module/gyptest-default.py |
| diff --git a/test/module/gyptest-default.py b/test/module/gyptest-default.py |
| index 7be5a72341774ae87e02037b03fe4263245dcd56..7fecf3ca4d2b2ad8a444b720545d9c7c62f8ea6c 100755 |
| --- a/test/module/gyptest-default.py |
| +++ b/test/module/gyptest-default.py |
| @@ -12,8 +12,7 @@ path as the executable. |
| import TestGyp |
| -# Android doesn't support loadable modules |
| -test = TestGyp.TestGyp(formats=['!android']) |
| +test = TestGyp.TestGyp() |
| test.run_gyp('module.gyp', chdir='src') |