aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/android-sdk.rb
AgeCommit message (Collapse)Author
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!