summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortedchoc <tedchoc@chromium.org>2014-11-18 18:02:40 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-19 02:03:00 +0000
commit78e04a48e72df1df842801667918c83679e369be (patch)
treea73b657b5a9ebe000f5928b4ccdfb3a581688390 /build
parent1390e4c03f1787a482d63730c7ef03913f350afb (diff)
downloadchromium_src-78e04a48e72df1df842801667918c83679e369be.zip
chromium_src-78e04a48e72df1df842801667918c83679e369be.tar.gz
chromium_src-78e04a48e72df1df842801667918c83679e369be.tar.bz2
[Android] Add the SDK utility path in env setup for android.
BUG= Review URL: https://codereview.chromium.org/743523003 Cr-Commit-Position: refs/heads/master@{#304741}
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/envsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index 26960ac..0545330 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -43,6 +43,9 @@ android_envsetup_main() {
# Add Android SDK tools to system path.
export PATH=$PATH:${ANDROID_SDK_ROOT}/platform-tools
+ # Add Android utility tools to the system path.
+ export PATH=$PATH:${ANDROID_SDK_ROOT}/tools/
+
# Add Chromium Android development scripts to system path.
# Must be after CHROME_SRC is set.
export PATH=$PATH:${CHROME_SRC}/build/android