| Index: test/generator-output/gyptest-top-all.py
|
| diff --git a/test/generator-output/gyptest-top-all.py b/test/generator-output/gyptest-top-all.py
|
| index c1d9f60d66953ad327d40c64b1417a803d0cbe38..b1776776ead76ad00e19d21fc7c0e565ff1deee6 100755
|
| --- a/test/generator-output/gyptest-top-all.py
|
| +++ b/test/generator-output/gyptest-top-all.py
|
| @@ -12,8 +12,7 @@ directory tree.
|
|
|
| import TestGyp
|
|
|
| -# Android doesn't support --generator-output.
|
| -test = TestGyp.TestGyp(formats=['!android'])
|
| +test = TestGyp.TestGyp()
|
|
|
| test.writable(test.workpath('src'), False)
|
|
|
|
|