| Index: platform_tools/android/gyp_gen/makefile_writer.py
|
| diff --git a/platform_tools/android/gyp_gen/makefile_writer.py b/platform_tools/android/gyp_gen/makefile_writer.py
|
| index 436075ce125c6be4dbc6fe7ba40705ecda2f779e..c78882769628d306613852471d052f6dd86eae30 100644
|
| --- a/platform_tools/android/gyp_gen/makefile_writer.py
|
| +++ b/platform_tools/android/gyp_gen/makefile_writer.py
|
| @@ -198,6 +198,7 @@ def write_android_mk(target_dir, common, deviations_from_common):
|
| f.write(DEBUGGING_HELP)
|
|
|
| write_clear_vars(f)
|
| + f.write('LOCAL_FDO_SUPPORT := true\n')
|
| f.write('LOCAL_ARM_MODE := thumb\n')
|
|
|
| # need a flag to tell the C side when we're on devices with large memory
|
|
|