Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: tools/utils.py

Issue 1700823002: Update downloaded SDKs to version 1.14.2. Add arm64 dart binary. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add aarch64 binary. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/sdks/win/dart-sdk.tar.gz.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/utils.py
diff --git a/tools/utils.py b/tools/utils.py
index 8ea1874d408f52650799ef67f2dd2676d700cdc1..6e094868137d881e35e93ff6228e264cde0d9fa9 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -635,7 +635,7 @@ def CheckedInSdkExecutable():
elif arch == 'arm':
name = 'dart-arm'
elif arch == 'arm64':
- name = 'dart-arm'
+ name = 'dart-arm64'
return os.path.join(CheckedInSdkPath(), 'bin', name)
« no previous file with comments | « tools/sdks/win/dart-sdk.tar.gz.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698