From 7a57dcc55e032de72aa608d31d7c54bffaeaac72 Mon Sep 17 00:00:00 2001 From: Ildar Karimov Date: Fri, 7 Jun 2013 12:42:17 +0400 Subject: android sdk: ANDROID_SDK_ROOT is obsolete; use ANDROID_HOME instead Closes #20324. Signed-off-by: Adam Vandenberg --- Library/Formula/android-sdk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3