aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-07-05 13:47:18 -0700
committerAdam Vandenberg2011-07-05 13:47:18 -0700
commit7413b9c06bb4eb95b9673fafc605168ce72aa1b6 (patch)
tree24619dd93f15f21aa7ecd3f9d824ffc9bd974980 /Library/Formula
parent5493069d85bb96652a4a3be518804885c64dda9f (diff)
downloadhomebrew-7413b9c06bb4eb95b9673fafc605168ce72aa1b6.tar.bz2
android-sdk-r11: can't strip some binaries
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 089a5b7c0..efbb39cad 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -7,7 +7,7 @@ class AndroidSdk < Formula
version 'r11'
def self.var_dirs
- %w[platforms samples temp add-ons ]
+ %w[platforms samples temp add-ons bin]
# TODO docs, google-market_licensing and platform-tools
# See the long comment below for the associated problems
end