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

Unified Diff: build/android/buildbot_functions.sh

Issue 10823107: Do not set ANDROID_SDK_ROOT so it uses default from android_tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot_functions.sh
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
index 0099983db294d667e921f2f2216d8450cae64ab4..9259be5af4f0b32d40b9806b9d7db2ea65b8efcc 100755
--- a/build/android/buildbot_functions.sh
+++ b/build/android/buildbot_functions.sh
@@ -35,11 +35,11 @@ function bb_parse_args {
}
-# Setup environment for Android build.
+# Setup environment for Android build. Do not set ANDROID_SDK_ROOT so that
+# default version from $ROOT/src/third_party/android_tools/
# Called from bb_baseline_setup.
# Moved to top of file so it is easier to find.
function bb_setup_environment {
- export ANDROID_SDK_ROOT=/usr/local/google/android-sdk-linux
export ANDROID_NDK_ROOT=/usr/local/google/android-ndk-r7
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698