Commit 5cb0f8c6 authored by Greg Kraynov's avatar Greg Kraynov Committed by Commit Bot

Don't let Telemetry use locally-built memtrack_helper.

Local builds might depend on libc++ and cause failures.
Proven working version is located in Cloud Storage and should be
used as the only version of memtrack_helper.

Bug: 768334
Change-Id: Ib64ae00239521d4dfc8eb9ae707120430b3c25d1
Reviewed-on: https://chromium-review.googlesource.com/681704Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: Grigoriy Kraynov <kraynov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504117}
parent ea5ed504
...@@ -62,22 +62,6 @@ ...@@ -62,22 +62,6 @@
] ]
} }
} }
},
"memtrack_helper": {
"file_info": {
"android_armeabi-v7a": {
"local_paths": [
"../../../out/Debug/memtrack_helper",
"../../../out/Release/memtrack_helper"
]
},
"arm64-v8a": {
"local_paths": [
"../../../out/Debug/memtrack_helper",
"../../../out/Release/memtrack_helper"
]
}
}
} }
} }
} }
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