Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Orderfile] Tentative fix for orderfile build on Android
dummy.c was failing to link under the orderfile build due to undefined references to __cyg_profile_func_enter and __cyg_profile_func_exit. This is because the orderfile build enables -finstrument-functions. This patch attempts to fix that by explicitly disabling cygprofile instrumentation for dummy.c BUG=750120 TBR=agrieve@chromium.org,pasko@chromium.org Change-Id: Ibe3cbbc5b55103840e7b55c3921cae242b185bba Reviewed-on: https://chromium-review.googlesource.com/600311 Reviewed-by: John Mellor <johnme@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Egor Pasko <pasko@chromium.org> Commit-Queue: John Mellor <johnme@chromium.org> Cr-Commit-Position: refs/heads/master@{#491741}
- Loading branch information