Update Android NDK to r4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3ea7e38c6b
commit
28b5363f9e
1 changed files with 5 additions and 6 deletions
|
@ -1,16 +1,15 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class AndroidNdk <Formula
|
class AndroidNdk <Formula
|
||||||
url 'http://dl.google.com/android/ndk/android-ndk-r3-darwin-x86.zip'
|
url 'http://dl.google.com/android/ndk/android-ndk-r4-darwin-x86.zip'
|
||||||
homepage 'http://developer.android.com/index.html'
|
homepage 'http://developer.android.com/sdk/ndk/index.html#overview'
|
||||||
md5 'a083ccc36aa9a3a35404861e7d51d1ae'
|
md5 'b7d5f149fecf951c05a79b045f00419f'
|
||||||
version 'r3'
|
version 'r4'
|
||||||
|
|
||||||
depends_on 'android-sdk'
|
depends_on 'android-sdk'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
prefix.install Dir['*']
|
prefix.install Dir['*']
|
||||||
prefix.cd { system("./build/host-setup.sh") }
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats; <<-EOS
|
def caveats; <<-EOS
|
||||||
|
@ -21,7 +20,7 @@ License information at:
|
||||||
http://developer.android.com/sdk/terms.html
|
http://developer.android.com/sdk/terms.html
|
||||||
|
|
||||||
Software and System requirements at:
|
Software and System requirements at:
|
||||||
http://developer.android.com/sdk/ndk/1.6_r1/index.html#requirements
|
http://developer.android.com/sdk/ndk/index.html#requirements
|
||||||
|
|
||||||
For more documentation on Android NDK, please check:
|
For more documentation on Android NDK, please check:
|
||||||
#{prefix}/docs
|
#{prefix}/docs
|
||||||
|
|
Loading…
Reference in a new issue