| Index: test/copies/gyptest-samedir.py
|
| diff --git a/test/copies/gyptest-samedir.py b/test/copies/gyptest-samedir.py
|
| index 16547f48d8b70d0a67acdd66e10311a79412c100..923ca6155758219bbb93a7a4c8c0822c25dc58db 100755
|
| --- a/test/copies/gyptest-samedir.py
|
| +++ b/test/copies/gyptest-samedir.py
|
| @@ -11,8 +11,7 @@ same destination directory.
|
|
|
| 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-samedir.gyp', chdir='src')
|
|
|
| test.relocate('src', 'relocate/src')
|
|
|