| Index: test/generator-output/gyptest-actions.py
|
| diff --git a/test/generator-output/gyptest-actions.py b/test/generator-output/gyptest-actions.py
|
| index 2bd09c887b5b93ebbb0671c3aca58a43160c139b..47121d0770dc88bef2e13d606266e8c4d893455e 100755
|
| --- a/test/generator-output/gyptest-actions.py
|
| +++ b/test/generator-output/gyptest-actions.py
|
| @@ -10,8 +10,7 @@ Verifies --generator-output= behavior when using actions.
|
|
|
| import TestGyp
|
|
|
| -# Android doesn't support --generator-output.
|
| -test = TestGyp.TestGyp(formats=['!android'])
|
| +test = TestGyp.TestGyp()
|
|
|
| # All the generated files should go under 'gypfiles'. The source directory
|
| # ('actions') should be untouched.
|
|
|