| Index: test/rules-dirname/gyptest-dirname.py
|
| diff --git a/test/rules-dirname/gyptest-dirname.py b/test/rules-dirname/gyptest-dirname.py
|
| index 420b80f05c5f22457df8133f8ee3a3474c66453e..14c9dfc45d8078546c147d3fc44b67adc81d78c7 100755
|
| --- a/test/rules-dirname/gyptest-dirname.py
|
| +++ b/test/rules-dirname/gyptest-dirname.py
|
| @@ -12,7 +12,7 @@ import TestGyp
|
| import os
|
| import sys
|
|
|
| -test = TestGyp.TestGyp(formats=['make', 'ninja', 'android', 'xcode', 'msvs'])
|
| +test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode', 'msvs'])
|
|
|
| test.run_gyp('actions.gyp', chdir='src')
|
|
|
|
|