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

Side by Side Diff: build/install-build-deps-android-sdk.sh

Issue 9605020: Add install script for ant/java for Android and rename sdk install script. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add install script for ant/java for Android and rename sdk install script. Created 8 years, 9 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 unified diff | Download patch
« no previous file with comments | « build/install-build-deps-android.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 set -e 7 set -e
8 8
9 # The script is to install Android SDK, NDK for build chromium on Android, and 9 # The script is to install Android SDK, NDK for build chromium on Android, and
10 # doesn't need to run as root. 10 # doesn't need to run as root.
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 if [[ ! -f "$linker_dirname/$NEW_LINKER" ]]; then 152 if [[ ! -f "$linker_dirname/$NEW_LINKER" ]]; then
153 echo "Could not copy linker" 153 echo "Could not copy linker"
154 exit 1 154 exit 1
155 fi 155 fi
156 fi 156 fi
157 fi 157 fi
158 } 158 }
159 159
160 replace_linker $LINKER_DIRNAME_1 $LINKER_BASENAME_1 160 replace_linker $LINKER_DIRNAME_1 $LINKER_BASENAME_1
161 replace_linker $LINKER_DIRNAME_2 $LINKER_BASENAME_2 161 replace_linker $LINKER_DIRNAME_2 $LINKER_BASENAME_2
OLDNEW
« no previous file with comments | « build/install-build-deps-android.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698