| Index: platform_tools/android/gyp_gen/gypd_parser.py
|
| diff --git a/platform_tools/android/gyp_gen/gypd_parser.py b/platform_tools/android/gyp_gen/gypd_parser.py
|
| index b547c42525c298ccce5f0a1655c058cdb571ebf7..51c400e8b2b0177074b960041f9c7265c842ef4b 100644
|
| --- a/platform_tools/android/gyp_gen/gypd_parser.py
|
| +++ b/platform_tools/android/gyp_gen/gypd_parser.py
|
| @@ -89,7 +89,7 @@ def parse_dictionary(var_dict, d, current_target_name):
|
| var_dict.LOCAL_EXPORT_C_INCLUDE_DIRS.add(include)
|
|
|
| for define in d.get('defines', []):
|
| - var_dict.LOCAL_CFLAGS.add('-D' + define)
|
| + var_dict.DEFINES.add(define)
|
|
|
|
|
| def parse_gypd(var_dict, path, desired_targets=None):
|
|
|