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

Unified Diff: platform_tools/android/bin/android_launch_app

Issue 2030123002: Fix argument parsing in android app launcher script (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/android_launch_app
diff --git a/platform_tools/android/bin/android_launch_app b/platform_tools/android/bin/android_launch_app
index c1eb0b4fb021d9e1d55e5edfeeb615d9da8821d2..93bd1f70adda4e82a6d6909ebee44989d2b0600c 100755
--- a/platform_tools/android/bin/android_launch_app
+++ b/platform_tools/android/bin/android_launch_app
@@ -21,7 +21,7 @@ fi
if [[ ${app} == 'SampleApp' ]]; then
activity="com.skia.sample_app/com.skia.SkiaSampleActivity"
-elif [[ ${app} == "VisualBench" ]] ; then
+elif [[ ${app} == "Viewer" ]] ; then
activity="org.skia.viewer/org.skia.viewer.ViewerActivity"
else
echo "ERROR: supports either 'SampleApp' or 'Viewer' as valid apps"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698