- 105775b Run Android make script from any directory by commit-bot@chromium.org · 11 years ago
- c1dc0d4 Fix android_install_apk script to work with changes from a137675 by commit-bot@chromium.org · 11 years ago
- e8846f3 Fix android_perf script to work with changes from a137675 by commit-bot@chromium.org · 11 years ago
- 123f3d7 Add more detailed logging when things go wrong in android_run_skia by commit-bot@chromium.org · 11 years ago
- c2d6a20 Improve Android gdbserver and gdb_ex scripts by commit-bot@chromium.org · 11 years ago
- e3916bf Support unknown Android target devices via environment variables. by commit-bot@chromium.org · 11 years ago
- edea842 Revert of Improve Android scripts: (https://codereview.chromium.org/254923003/) by commit-bot@chromium.org · 11 years ago
- 7f07e95 adb_push_if_needed - make target directory if it does not exist. by commit-bot@chromium.org · 11 years ago
- 21a6d13 Improve Android scripts: by commit-bot@chromium.org · 11 years ago
- 19a2189 android_gdbserver - fix warning about missing shared library symbols by commit-bot@chromium.org · 11 years ago
- a398757 Explicitly include gyp_gen/android_framework_gyp. by commit-bot@chromium.org · 11 years ago
- d665685 Generate tests/Android.mk from gyp by commit-bot@chromium.org · 11 years ago
- 44566e2 Fix android_gdbserver script to work with changes from a137675. by commit-bot@chromium.org · 11 years ago
- e20f7cf android scripts respect SKIA_OUT, if already set. by commit-bot@chromium.org · 11 years ago
- ec68ee9 Allow running gyp_to_android without SkUserConfig. by commit-bot@chromium.org · 11 years ago
- 0257ebe enable developers to provide their own android toolchain by commit-bot@chromium.org · 11 years ago
- a137675 hack hack hack by commit-bot@chromium.org · 11 years ago
- c13fae6 android_make now exactly the same as android_ninja by commit-bot@chromium.org · 11 years ago
- 6ce77fa Fix ninja build for Android by commit-bot@chromium.org · 11 years ago
- 5be2def Fix the ninja build on mac to use nm/readelf from the Android toolchain instead of the host system. by commit-bot@chromium.org · 11 years ago
- ba0c5ea Updates to Android.mk generation. by commit-bot@chromium.org · 11 years ago
- 662af29 android_run_skia: fix error check by commit-bot@chromium.org · 11 years ago
- e32eeec add some debugging for bug skia:2313 by commit-bot@chromium.org · 11 years ago
- 069c2a4 Updates to the Android.mk writer. by commit-bot@chromium.org · 11 years ago
- 64ca102 Use chromium's gyp if third_party is not available. by commit-bot@chromium.org · 11 years ago
- e734c15 fix debugging script for the SampleApp by commit-bot@chromium.org · 11 years ago
- 8933563 Scripts to generate Android.mk for framework Skia. by commit-bot@chromium.org · 11 years ago
- db00957 fix script so that the error is actually printed if ant is not installed by commit-bot@chromium.org · 11 years ago
- b6872c0 Add support for MIPS to android build by commit-bot@chromium.org · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 3daa1ae Support linking skia statically on Android by commit-bot@chromium.org · 11 years ago
- 7578b3e Add logan to android_setup.sh by commit-bot@chromium.org · 11 years ago
- 7507276 Fix installing the release build sample app apk by commit-bot@chromium.org · 11 years ago
- ecdb6b3 Make it possible to pass GYP_DEFINES to Android builds by commit-bot@chromium.org · 11 years ago
- 4e5559a Allow specifying the max texture count on the bots by robertphillips@google.com · 11 years ago
- 97f0bee fix android_gdb_exe script by djsollen@google.com · 11 years ago
- 3702b25 Fix ninja build on Android by djsollen@google.com · 11 years ago
- cf0573f VERBOSE -> SKIA_ANDROID_VERBOSE_SETUP by mtklein@google.com · 11 years ago
- 1c4015a make vanilla android_ninja work, and add quiet options by mtklein@google.com · 11 years ago
- efcef6a fix Android release builds by mtklein@google.com · 11 years ago
- 48f9e1f Add android_ninja, like android_make for ninja. by mtklein@google.com · 11 years ago
- 741ea9e Revert "Add android_ninja, like android_make for ninja." by mtklein@google.com · 11 years ago
- 9eecef0 Add android_ninja, like android_make for ninja. by mtklein@google.com · 11 years ago
- c569327 Fix android_run_skia by borenet@google.com · 11 years ago
- 3a98ed7 various bug fixes. by djsollen@google.com · 11 years ago
- 40415c5 fix error in android setup script by djsollen@google.com · 11 years ago
- 4020acf Fix android_run_skia by commit-bot@chromium.org · 11 years ago
- a61ba10 default to device type of last build if no device type is given by djsollen@google.com · 11 years ago
- 065224d Add Android config for Intel RHB by borenet@google.com · 11 years ago
- 7ad39d3 Make android_run_skia exit with the correct code by borenet@google.com · 11 years ago
- cc95b1a Update Skia Android tools. by djsollen@google.com · 11 years ago
- 7627535 Re-organize Android scripts by borenet@google.com · 11 years ago
- 112215a Move toolchain setup into a function in android_setup.sh by borenet@google.com · 11 years ago
- ef08931 Normalize indents in android_setup.sh by borenet@google.com · 11 years ago
- db5460b add remote debugging support for x86 phone by commit-bot@chromium.org · 11 years ago
- f7542ba update gyp for ARM builds to be more well defined. by djsollen@google.com · 11 years ago
- 72761f0 ndk r8d->r8e, adding mips toolchain by mtklein@google.com · 11 years ago
- 05256f6 set a correct breakpoint for gdbserver, gdb can stop here before the app is running, and we can set more breakpoints if we need. For previous one, gdb will not stop, so it will run the app and exit. by commit-bot@chromium.org · 11 years ago
- b3915b5 Turn thumb back on. by mtklein@google.com · 11 years ago
- 489ba1d Update android_make to use arrays instead of space delimited strings by djsollen@google.com · 11 years ago
- cfe3c11 Revert "switch all the arm7 devices to build with thumb for a while" by djsollen@google.com · 11 years ago
- d411681 switch all the arm7 devices to build with thumb for a while by commit-bot@chromium.org · 11 years ago
- ab4098b add _thumb variants for arm devices by commit-bot@chromium.org · 11 years ago
- 121b3fe Add MD5 support when syncing debug files and option to just start gdbserver by djsollen@google.com · 11 years ago
- 0274f93 update android_gdb_exe to work with skia shared lib by djsollen@google.com · 11 years ago
- 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- 6320e8f Remove dependency of gsutil to download ndk by commit-bot@chromium.org · 11 years ago
- 8371e70 Fix android_run_skia to work with multiple attached devices by borenet@google.com · 11 years ago
- c772540 fix copy-paste error in setup script by djsollen@google.com · 12 years ago
- d165de4 Check for third_party deps before compiling on android by djsollen@google.com · 12 years ago
- ffca502 Resubmit r8929 with the duplicated change in trunk/platform_tools/android by borenet@google.com · 12 years ago
- dcdd57f Copy the top level Android directory into trunk. by djsollen@google.com · 12 years ago