| Index: test/generator-output/gyptest-relocate.py
|
| diff --git a/test/generator-output/gyptest-relocate.py b/test/generator-output/gyptest-relocate.py
|
| index 4d60a1ea52fb85b5bd33d285888c82c75458d016..b867a6cffb497bd4c16aef9a466b74311b5df77c 100755
|
| --- a/test/generator-output/gyptest-relocate.py
|
| +++ b/test/generator-output/gyptest-relocate.py
|
| @@ -11,8 +11,7 @@ option can be built even when it's relocated to a different path.
|
|
|
| import TestGyp
|
|
|
| -# Android doesn't support --generator-output.
|
| -test = TestGyp.TestGyp(formats=['!android'])
|
| +test = TestGyp.TestGyp()
|
|
|
| test.writable(test.workpath('src'), False)
|
|
|
|
|