Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1202)

Unified Diff: platform_tools/android/bin/android_install_app

Issue 865943007: Cleanup the android scripts. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: actually saving the file Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: platform_tools/android/bin/android_install_app
diff --git a/platform_tools/android/bin/android_install_apk b/platform_tools/android/bin/android_install_app
similarity index 91%
rename from platform_tools/android/bin/android_install_apk
rename to platform_tools/android/bin/android_install_app
index 9161bbb41c3291f504e0260c667708a7cda4857d..b43b77d69eb29ab934a0cd12cef4005538f3d1a1 100755
--- a/platform_tools/android/bin/android_install_apk
+++ b/platform_tools/android/bin/android_install_app
@@ -1,9 +1,9 @@
#!/bin/bash
#
-# android_install_skia: installs the skia apk on the device.
+# android_install_app: installs the skia sampleApp on the device.
function print_usage {
- echo "USAGE: android_install_skia [options]"
+ echo "USAGE: android_install_app [options]"
echo " Options: -f Forces the package to be installed by removing any"
echo " previously installed packages"
echo " -h Prints this help message"

Powered by Google App Engine
This is Rietveld 408576698