diff options
| author | Ildar Karimov | 2013-06-07 12:42:17 +0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-10 10:50:47 -0700 |
| commit | 7a57dcc55e032de72aa608d31d7c54bffaeaac72 (patch) | |
| tree | 22f6730ad9aafee1637015bf81e79e73c9eb6462 /Library/Formula | |
| parent | ff4d652b0696f4078c6c8b0a167ec00ea347e993 (diff) | |
| download | homebrew-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/Formula')
| -rw-r--r-- | Library/Formula/android-sdk.rb | 2 |
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 |
