commit | 937fca81067d31bb74fc299469b2406a12064436 | [log] [tgz] |
---|---|---|
author | djsollen <djsollen@google.com> | Tue Jul 29 12:38:25 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 29 12:38:25 2014 -0700 |
tree | 90c76dafa4a3a0966c6afe1240cc02b92420e1d8 | |
parent | fa6d65619d2e8707f3b40dbade42e75f1c980689 [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
diff --git a/platform_tools/android/gyp_gen/makefile_writer.py b/platform_tools/android/gyp_gen/makefile_writer.py index 436075c..c788827 100644 --- a/platform_tools/android/gyp_gen/makefile_writer.py +++ b/platform_tools/android/gyp_gen/makefile_writer.py
@@ -198,6 +198,7 @@ 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