diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/android-sdk.rb | 2 |
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 |
