Commit graph

10 commits

Author SHA1 Message Date
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