aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authordjsollen <djsollen@google.com>2015-02-03 15:07:30 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-03 15:07:30 -0800
commit6429fd1e41129fb960d1ff341a1befe8ac932600 (patch)
tree0b17cf0a0726f72480b2d6262c9ada89f867c02b /site
parent74a11753604768bf461b80cabb66060e8564d82c (diff)
downloadandroid_external_skia-6429fd1e41129fb960d1ff341a1befe8ac932600.tar.gz
android_external_skia-6429fd1e41129fb960d1ff341a1befe8ac932600.tar.bz2
android_external_skia-6429fd1e41129fb960d1ff341a1befe8ac932600.zip
Cleanup the android scripts.
Rename a few files to make their function clearer. Update other files to remove dead code or improve function. Review URL: https://codereview.chromium.org/865943007
Diffstat (limited to 'site')
-rw-r--r--site/user/quick/android.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/user/quick/android.md b/site/user/quick/android.md
index db22aef380..5a39049bd1 100644
--- a/site/user/quick/android.md
+++ b/site/user/quick/android.md
@@ -137,7 +137,7 @@ The SampleApp on Android provides a simple UI for viewing sample slides and gm i
Then, install the app onto the device:
- ./platform_tools/android/bin/android_install_apk
+ ./platform_tools/android/bin/android_install_app
Finally to run the application you must navigate to the Skia Samples
application using the application launcher on your device.
@@ -162,7 +162,7 @@ device and placed into a temporary folder. The script does not build the app -
you'll have to do that first.
# you can include additional arguments in quotes (e.g. "dm --nopdf")
- ./platform_tools/android/bin/android_gdb_exe dm
+ ./platform_tools/android/bin/android_gdb_native dm
When the gdb client is ready, insert a breakpoint, and continue to let the
program resume execution.