Index: tools/telemetry/telemetry/core/bitmap.py |
diff --git a/tools/telemetry/telemetry/core/bitmap.py b/tools/telemetry/telemetry/core/bitmap.py |
index 9acfa19f917e76451ee344c3134d4de6a429b290..f130cc4317207bd7f968c084c6a40b7be59edfeb 100644 |
--- a/tools/telemetry/telemetry/core/bitmap.py |
+++ b/tools/telemetry/telemetry/core/bitmap.py |
@@ -123,7 +123,9 @@ class _BitmapTools(object): |
def __init__(self, dimensions, pixels): |
binary = support_binaries.FindPath( |
- 'bitmaptools', platform.GetHostPlatform().GetOSName()) |
+ 'bitmaptools', |
+ platform.GetHostPlatform().GetArchName(), |
+ platform.GetHostPlatform().GetOSName()) |
assert binary, 'You must build bitmaptools first!' |
self._popen = subprocess.Popen([binary], |