Commit d61148d9 authored by Samuel Huang's avatar Samuel Huang Committed by Commit Bot

[SuperSize] Fix eu-strip location.

Change-Id: Ic647c643d9719d8c2f358df92163cbd4657a1f3a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426614Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Samuel Huang <huangs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810182}
parent b4f31c1c
......@@ -197,7 +197,7 @@ def GetStripPath(tool_prefix):
if os.path.exists(fake_strip):
return fake_strip
return FromToolsSrcRootRelative(
os.path.join('buildtools', 'third_party', 'eu-strip'))
os.path.join('buildtools', 'third_party', 'eu-strip', 'bin', 'eu-strip'))
def GetNmPath(tool_prefix):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment