aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/android-sdk.rb
AgeCommit message (Collapse)Author
2013-06-10android-sdk: fix tool installsIldar Karimov
aapt aidl dexdump dx llvm-rs-cc was moved to build-tools in r22. Closes #20325. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-10android sdk: ANDROID_SDK_ROOT is obsolete; use ANDROID_HOME insteadIldar Karimov
Closes #20324. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-29android-sdk r22.0.1ngouzy
Closes #20131. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-03use bash/zsh path helpersAdam Vandenberg
2013-02-15android-sdk r21.1Sean Fleming
Closes #17851. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-30Update Android sdk and ndk to december editionArturo J. Pérez
Closes #16799. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25caveat and other cleanupsAdam Vandenberg
2012-11-14Android SDK/NDK 4.2Will Ross
Closes #16043. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01Install the adb bash completion scriptWill Ross
Closes #15532. Signed-off-by: Max Howell <mxcl@me.com>
2012-09-27android-sdk r20.0.3Antti-Jussi Kovalainen
Closes #15172. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-24android-sdk r20.0.1Adam Vandenberg
2012-06-29android-sdk: Add wrappers for platform_toolsWill Ross
Add redirection wrappers for all of the utilities in platform-tools, not just adb. Also add emulator variant wrappers for tools. Closes #12751. Closes #13101. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27Android SDK r20Florian Maunier
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28android-sdk: style nitsAdam Vandenberg
2012-04-10android-sdk r18Tomas Linhart
Closes #11553. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-23Add extras to Android-SDK symlink to var listMax Howell
2012-03-22Fix up Android-SDK-r17Max Howell
Removed duplicate sqlite3 tool from the stuff linked into bin. Made the bin scripts and they exec the actual tool in bin. Was necessary for the emulator tool to work. Should have done it this way in the first place really.
2012-03-21android-sdk r17quaa
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-06Don't create crazy bin symlinkMax Howell
Closes #10680. I believe this was an error, everything still seems to work.
2012-03-01Caveats for ANDROID_SDK_ROOTMax Howell
Closes #10616.
2012-01-18Advise user to use the correct path :/Max Howell
2012-01-18Advise user where to find the Android SDKMax Howell
2011-12-16Andriod-SDK: Update to r16skim
Closes #9139. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-02Android-sdk r15Adam Lickel
Closes #8422. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-21android-sdk 14Matthew Rudy Jacobs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-26android-sdk r13Daniel Luz
Closes #7838. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01android-sdk: symlink monkeyrunner toolJan Berkel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-29android-sdk: make adb command executableBradley M. Froehle
Note that this is an adb wrapper that tells the user to use the correct adb executable. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-17android-sdk r12Felix Schulze
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05android-sdk-r11: can't strip some binariesAdam Vandenberg
2011-05-26android-sdk r11Felix Schulze
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-27adb - accept spaces in parametersArchimedes Trajano
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-23android sdk version 10Matthew Rudy Jacobs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-27Android r9Max Howell
2011-01-25Add adb to bin againMax Howell
And I also discovered that the android SDK update tool is retarded, so added comments and caveats to document this.
2010-12-10Update Android to r8Max Howell
adb tool seemingly vanished…
2010-09-12Preserve the SDK images between upgradesMax Howell
The `android` tool downloads the SDK images into its prefix. Which means you have to move them manually to the new android-sdk keg when you upgrade. Which sucks. So we'll store them in the var/lib/android-sdk directory because that makes the most sense based on my interpretation of the POSIX filesystem hierarchy documentation. We still have to symlink the var directories back into the keg, because the SDK is stupid. For discussion: whether we should use var in this manner more.
2010-09-09Update Formula: android-sdkGerolf Seitz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-08-07Use new symlink aliasesMax Howell
2010-05-20Android 2.2Dan Williams
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-20updated android-sdk to use r5 as opposed to r4Andy Ferra
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-07String.undent for prettier HEREDOCsMax Howell
2010-02-19Add ANDROID_SDK_ROOT to Android's caveats.Adam Vandenberg
2010-01-19Add Android SDK formulatstevens
Signed-off-by: Max Howell <max@methylblue.com> Added an alias. Cleaned it up a bit. Also removed the chmod 0777, '..' line as it made no sense and had no comment to justify it. Always comment weird stuff!