| Index: test/product/gyptest-product.py
|
| diff --git a/test/product/gyptest-product.py b/test/product/gyptest-product.py
|
| index 955295d7109e5e8b9e1a9a82e962e1aedf84b11e..53eb5c376b61c3f4cfcd3bd64a7e2df6db46ddc4 100755
|
| --- a/test/product/gyptest-product.py
|
| +++ b/test/product/gyptest-product.py
|
| @@ -11,8 +11,7 @@ using the default build target.
|
|
|
| import TestGyp
|
|
|
| -# Android does not support setting the build directory.
|
| -test = TestGyp.TestGyp(formats=['!android'])
|
| +test = TestGyp.TestGyp()
|
|
|
| test.run_gyp('product.gyp')
|
| test.build('product.gyp')
|
|
|