| Index: pylib/gyp/generator/android.py
|
| ===================================================================
|
| --- pylib/gyp/generator/android.py (revision 1524)
|
| +++ pylib/gyp/generator/android.py (working copy)
|
| @@ -1004,7 +1004,7 @@
|
| default_configuration = 'Default'
|
|
|
| srcdir = '.'
|
| - makefile_name = 'GypAndroid.mk' + options.suffix
|
| + makefile_name = 'GypAndroid' + options.suffix + '.mk'
|
| makefile_path = os.path.join(options.toplevel_dir, makefile_name)
|
| assert not options.generator_output, (
|
| 'The Android backend does not support options.generator_output.')
|
|
|