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

Unified Diff: infra/bots/assets/android_ndk_darwin/create.py

Issue 2284813002: Add Mac NDK asset, and fetch NDK on Android compile bots. (Closed)
Patch Set: rebase Created 4 years, 4 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
Index: infra/bots/assets/android_ndk_darwin/create.py
diff --git a/infra/bots/assets/android_ndk_linux/create.py b/infra/bots/assets/android_ndk_darwin/create.py
similarity index 91%
copy from infra/bots/assets/android_ndk_linux/create.py
copy to infra/bots/assets/android_ndk_darwin/create.py
index 7bde83ad0f19d88daf4ab94c60cfa16bde382fe9..818ec5ac37f654a67bb4aa7ae4880de2c6061952 100755
--- a/infra/bots/assets/android_ndk_linux/create.py
+++ b/infra/bots/assets/android_ndk_darwin/create.py
@@ -17,7 +17,7 @@ import subprocess
NDK_VER = "android-ndk-r12b"
NDK_URL = \
- "https://dl.google.com/android/repository/%s-linux-x86_64.zip" % NDK_VER
+ "https://dl.google.com/android/repository/%s-darwin-x86_64.zip" % NDK_VER
def create_asset(target_dir):
"""Create the asset."""
« no previous file with comments | « infra/bots/assets/android_ndk_darwin/common.py ('k') | infra/bots/assets/android_ndk_darwin/create_and_upload.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698