aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2012-03-01 16:54:53 +0000
committerMax Howell2012-03-01 16:54:53 +0000
commit4f5dadd8cfcc598e12b59b8a2cfec77e0dfa606e (patch)
tree407269be7ec96403ab9dd870a8f616dc48deca20 /Library/Formula
parentb12363973eb4652183b2d1a3347e1438f9ac0feb (diff)
downloadhomebrew-4f5dadd8cfcc598e12b59b8a2cfec77e0dfa606e.tar.bz2
Caveats for ANDROID_SDK_ROOT
Closes #10616.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/android-sdk.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index 7989d96a3..e2dc71a75 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -53,6 +53,10 @@ class AndroidSdk < Formula
You will have to install the platform-tools EVERY time this 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=#{prefix}
EOS
end