| Index: test/copies/gyptest-updir.py
|
| diff --git a/test/copies/gyptest-updir.py b/test/copies/gyptest-updir.py
|
| index afd3abcc76c24f77ff553361f64b58425c4f9c14..8bec40748177a5ad49726aba1e3c4e581280ccb1 100755
|
| --- a/test/copies/gyptest-updir.py
|
| +++ b/test/copies/gyptest-updir.py
|
| @@ -11,8 +11,7 @@ yields a make variable.
|
|
|
| import TestGyp
|
|
|
| -# The Android build system doesn't allow output to go to arbitrary places.
|
| -test = TestGyp.TestGyp(formats=['!android'])
|
| +test = TestGyp.TestGyp()
|
| test.run_gyp('copies-updir.gyp', chdir='src')
|
|
|
| test.relocate('src', 'relocate/src')
|
|
|