aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2012-03-23 00:15:56 +0000
committerMax Howell2012-03-23 00:16:08 +0000
commit133468339a1c126729c476f9adbe18b97ef499b4 (patch)
tree9bd56a994290b8ebaeffeb4ce0a1f1c01c00ed3a /Library/Formula
parent131e19a0197b5b126bf0c38a81e4243f58993de8 (diff)
downloadhomebrew-133468339a1c126729c476f9adbe18b97ef499b4.tar.bz2
Add extras to Android-SDK symlink to var list
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/android-sdk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index 0a4008ce3..5a0e0d946 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -7,7 +7,7 @@ class AndroidSdk < Formula
version 'r17'
def self.var_dirs
- %w[platforms samples temp add-ons sources system-images]
+ %w[platforms samples temp add-ons sources system-images extras]
# TODO docs and platform-tools
# See the long comment below for the associated problems
end