Index: tools/gyp/configurations.gypi |
diff --git a/tools/gyp/configurations.gypi b/tools/gyp/configurations.gypi |
index ad41edd993f815dbbf28ab6bd7efbd532a667327..0641a19ce43af9c2846bed5c17cb08500ffc27f9 100644 |
--- a/tools/gyp/configurations.gypi |
+++ b/tools/gyp/configurations.gypi |
@@ -26,6 +26,7 @@ |
], |
}, |
'conditions': [ |
+ [ 'OS=="android"', { 'includes': [ 'configurations_android.gypi', ], } ], |
[ 'OS=="linux"', { 'includes': [ 'configurations_make.gypi', ], } ], |
[ 'OS=="mac"', { 'includes': [ 'configurations_xcode.gypi', ], } ], |
[ 'OS=="win"', { 'includes': [ 'configurations_msvs.gypi', ], } ], |