| Age | Commit message (Collapse) | Author |
|
aapt aidl dexdump dx llvm-rs-cc was moved to build-tools in r22.
Closes #20325.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20324.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20131.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #17851.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #16799.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #16043.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15532.
Signed-off-by: Max Howell <mxcl@me.com>
|
|
Closes #15172.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
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>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #11553.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
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.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #10680.
I believe this was an error, everything still seems to work.
|
|
Closes #10616.
|
|
|
|
|
|
Closes #9139.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #8422.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #7838.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
And I also discovered that the android SDK update tool is retarded, so added comments and caveats to document this.
|
|
adb tool seemingly vanished…
|
|
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.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
* 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
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: David Höppner <0xffea@gmail.com>
|
|
|
|
|
|
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!
|