Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Add ANDROID_SDK_ROOT to Android's caveats.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 20, 2010
1 parent d520429 commit 5c4ef8f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Library/Formula/android-sdk.rb
Expand Up @@ -25,9 +25,13 @@ def install
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

0 comments on commit 5c4ef8f

Please sign in to comment.