Commit Graph

16 Commits (3f237a89a2214d830d7dce582d1f0b1093169c5c)

Author SHA1 Message Date
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Archimedes Trajano 97034aafe6 adb - accept spaces in parameters
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-27 11:45:12 -08:00
Matthew Rudy Jacobs 065e647db1 android sdk version 10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-23 08:13:00 -08:00
Max Howell ac3c7a2e18 Android r9 2011-01-27 11:04:30 +00:00
Max Howell b54df09ba5 Add adb to bin again
And I also discovered that the android SDK update tool is retarded, so added comments and caveats to document this.
2011-01-25 13:39:47 +00:00
Max Howell bcd86a059f Update Android to r8
adb tool seemingly vanished…
2010-12-10 12:37:25 +00:00
Max Howell 64f9d25101 Preserve the SDK images between upgrades
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-12 21:57:31 +01:00
Gerolf Seitz 66f51dd72f Update Formula: android-sdk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-09 14:28:26 -07:00
Adam Vandenberg 72e19eb542 Don't need +x on these 2010-08-13 16:00:17 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-07 18:08:53 -07:00
Max Howell 1f7bc468bd Use new symlink aliases 2010-08-07 18:08:50 -07:00
Dan Williams 21b7feaca6 Android 2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-20 13:04:44 -07:00
Andy Ferra 8ea4c8d5ff updated android-sdk to use r5 as opposed to r4
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-20 11:39:04 +01:00
Max Howell dabeaddebb String.undent for prettier HEREDOCs 2010-03-07 17:57:05 +00:00
Adam Vandenberg 6025ca3a6a Add ANDROID_SDK_ROOT to Android's caveats. 2010-02-19 16:17:13 -08:00
tstevens a8e466e0b2 Add Android SDK formula
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!
2010-01-19 12:46:11 +00:00