Chromium Code Reviews| Index: pylib/gyp/generator/android.py |
| =================================================================== |
| --- pylib/gyp/generator/android.py (revision 1509) |
| +++ pylib/gyp/generator/android.py (working copy) |
| @@ -38,6 +38,7 @@ |
| 'RULE_INPUT_PATH': '$(RULE_SOURCES)', |
| 'RULE_INPUT_EXT': '$(suffix $<)', |
| 'RULE_INPUT_NAME': '$(notdir $<)', |
| + 'CONFIGURATION_NAME': 'NOT_USED_ON_ANDROID', |
|
bradn
2012/10/03 17:21:42
Is this actually getting referenced and emitted, o
Torne
2012/10/04 10:54:58
It's being referenced and emitted by targets that
|
| } |
| # Make supports multiple toolsets |