commit | e8b58d26ed6c36ddb1bbe3ea5209cd18e3a2c0a0 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Jan 28 16:21:12 2016 -0800 |
committer | Josh Gao <jmgao@google.com> | Wed Feb 03 23:50:32 2016 +0000 |
tree | 0e3cba437d902c5215a4167c7156e732a921c530 | |
parent | e9211f987101d5f6f399613792c42b976ea12e65 [diff] |
adb: fix mistaken uses of SendFail in file_sync_service.cpp. SendFail and SendSyncFail are similarly named, and have the same prototype. Use `#pragma GCC poison` to prevent use of SendFail in file_sync_service.cpp, and fix the places where it was used accidentally. Change-Id: I6b9a7e565b76dfab10f8ae38f889d046ad80a403