aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2014-07-29 12:38:25 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-29 12:38:25 -0700
commit937fca81067d31bb74fc299469b2406a12064436 (patch)
tree90c76dafa4a3a0966c6afe1240cc02b92420e1d8 /platform_tools
parentfa6d65619d2e8707f3b40dbade42e75f1c980689 (diff)
Add ability to generate/use FDO profiles for Android
R=scroggo@google.com, bungeman@google.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/420803003
Diffstat (limited to 'platform_tools')
-rw-r--r--platform_tools/android/gyp_gen/makefile_writer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform_tools/android/gyp_gen/makefile_writer.py b/platform_tools/android/gyp_gen/makefile_writer.py
index 436075ce12..c788827696 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