aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorIldar Karimov2013-06-07 12:42:17 +0400
committerAdam Vandenberg2013-06-10 10:50:47 -0700
commit7a57dcc55e032de72aa608d31d7c54bffaeaac72 (patch)
tree22f6730ad9aafee1637015bf81e79e73c9eb6462 /Library
parentff4d652b0696f4078c6c8b0a167ec00ea347e993 (diff)
downloadhomebrew-7a57dcc55e032de72aa608d31d7c54bffaeaac72.tar.bz2
android sdk: ANDROID_SDK_ROOT is obsolete; use ANDROID_HOME instead
Closes #20324. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/android-sdk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index bd0d68a6f..4f6adc015 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -67,7 +67,7 @@ class AndroidSdk < Formula
updates. If you want to try and fix this then see the comment in this formula.
You may need to add the following to your .bashrc:
- export ANDROID_SDK_ROOT=#{opt_prefix}
+ export ANDROID_HOME=#{opt_prefix}
EOS
end