| Index: pylib/gyp/generator/android.py
|
| diff --git a/pylib/gyp/generator/android.py b/pylib/gyp/generator/android.py
|
| index 4129b8ea1c0e0be747a93f6b2b3ba70ca25b908a..ad6eff6d17b17d216bff8241696b1227211b4601 100644
|
| --- a/pylib/gyp/generator/android.py
|
| +++ b/pylib/gyp/generator/android.py
|
| @@ -1051,8 +1051,7 @@ def GenerateOutput(target_list, target_dicts, data, params):
|
| spec = target_dicts[qualified_target]
|
| configs = spec['configurations']
|
|
|
| - part_of_all = (qualified_target in needed_targets and
|
| - not int(spec.get('suppress_wildcard', False)))
|
| + part_of_all = qualified_target in needed_targets
|
| if limit_to_target_all and not part_of_all:
|
| continue
|
|
|
|
|