Index: test/subdirectory/gyptest-subdir-all.py |
diff --git a/test/subdirectory/gyptest-subdir-all.py b/test/subdirectory/gyptest-subdir-all.py |
index 93a865af6cf0e34502c1fa309c088f99018cd92b..d5c458454e88a39f5aec9205ba897375f2a5f2a3 100755 |
--- a/test/subdirectory/gyptest-subdir-all.py |
+++ b/test/subdirectory/gyptest-subdir-all.py |
@@ -12,10 +12,9 @@ and using the subdirectory's solution or project file as the entry point. |
import TestGyp |
-# Android doesn't support running from subdirectories. |
# Ninja doesn't support relocation. |
# CMake produces a single CMakeLists.txt in the output directory. |
-test = TestGyp.TestGyp(formats=['!ninja', '!android', '!cmake']) |
+test = TestGyp.TestGyp(formats=['!ninja', '!cmake']) |
test.run_gyp('prog1.gyp', chdir='src') |