| Index: test/generator-output/gyptest-rules.py
|
| diff --git a/test/generator-output/gyptest-rules.py b/test/generator-output/gyptest-rules.py
|
| index 324d5c2bb54d01646071dbab8f47bdce8209be24..a3ff8bd858ab8ef67f6f63c134da8e87fb07c8b7 100755
|
| --- a/test/generator-output/gyptest-rules.py
|
| +++ b/test/generator-output/gyptest-rules.py
|
| @@ -10,8 +10,7 @@ Verifies --generator-output= behavior when using rules.
|
|
|
| import TestGyp
|
|
|
| -# Android doesn't support --generator-output.
|
| -test = TestGyp.TestGyp(formats=['!android'])
|
| +test = TestGyp.TestGyp()
|
|
|
| test.writable(test.workpath('rules'), False)
|
|
|
|
|