| 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."""
|
|
|