Add ANDROID_SDK_ROOT to Android's caveats.

master
Adam Vandenberg 2010-02-19 16:17:13 -08:00
parent 2f641db35b
commit 6025ca3a6a
1 changed files with 6 additions and 2 deletions

View File

@ -25,9 +25,13 @@ class AndroidSdk <Formula
end
end
def caveats; "\
def caveats; <<-EOS
We agreed to the Android SDK License Agreement for you by downloading the SDK.
If this is unacceptable you should uninstall.
You can read the license at: http://developer.android.com/sdk/terms.html"
You can read the license at: http://developer.android.com/sdk/terms.html
Please add this line to your .bash_profile:
export ANDROID_SDK_ROOT=#{prefix}
EOS
end
end