projects
/
android
/
android-app-development-getting-started.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff5b053
)
setenv: in PATH give precedence to the local tools over the global ones
author
Antonio Ospite <ao2@ao2.it>
Fri, 9 Oct 2015 16:43:02 +0000
(18:43 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 9 Oct 2015 16:43:02 +0000
(18:43 +0200)
This creates a more "controlled" development environment.
setenv
patch
|
blob
|
history
diff --git
a/setenv
b/setenv
index
004eee1
..
133335f
100644
(file)
--- a/
setenv
+++ b/
setenv
@@
-5,4
+5,4
@@
ANDROID_BASE_DIR=$HOME/Android
export ANDROID_HOME=$ANDROID_BASE_DIR/android-sdk-linux
-export PATH=$
PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools
+export PATH=$
ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$PATH