diff options
| author | Mike McQuaid | 2014-09-12 13:58:36 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-09-12 13:58:36 +0100 | 
| commit | ab178d41e219e610b89feb4b2628ee2709200462 (patch) | |
| tree | a1783eeb28b595bdb7f520e688c0d9b41fc13ea9 | |
| parent | c208c72e904fb9419389a64fda54e56c2242b619 (diff) | |
| download | homebrew-ab178d41e219e610b89feb4b2628ee2709200462.tar.bz2 | |
android-ndk: android-sdk is recommended.
| -rw-r--r-- | Library/Formula/android-ndk.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/android-ndk.rb b/Library/Formula/android-ndk.rb index 5638e2cb7..d3b3051c7 100644 --- a/Library/Formula/android-ndk.rb +++ b/Library/Formula/android-ndk.rb @@ -21,7 +21,7 @@ class AndroidNdk < Formula      end    end -  depends_on 'android-sdk' +  depends_on 'android-sdk' => :recommended    def install      bin.mkpath | 
