mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Don't override ANDROID_SDK_HOME when running with system ADT
This commit is contained in:
@@ -47,9 +47,8 @@ if [ -z "$USE_GLOBAL_ADK" ] ; then
|
||||
export HOME="${ANDROID_BUNDLE}"
|
||||
export ANDROID_SDK_HOME="${ANDROID_BUNDLE}"
|
||||
else
|
||||
# to use a global ADK we don't set PATH, ANT_HOME
|
||||
# to use a global ADK we don't set PATH, ANT_HOME, ANDROID_SDK_HOME
|
||||
# relying that they are installed and available globally
|
||||
export ANDROID_SDK_HOME="${HOME}"
|
||||
true
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user