Index: build/android/adb_run_aura_content_shell |
diff --git a/build/android/adb_run_content_shell b/build/android/adb_run_aura_content_shell |
similarity index 81% |
copy from build/android/adb_run_content_shell |
copy to build/android/adb_run_aura_content_shell |
index 3f01f3bf02f7110e584fd904321d4442272123f3..a9b78456c7bc38f7ada45b61e9ea88283d19f252 100755 |
--- a/build/android/adb_run_content_shell |
+++ b/build/android/adb_run_aura_content_shell |
@@ -8,5 +8,5 @@ optional_url=$1 |
adb shell am start \ |
-a android.intent.action.VIEW \ |
- -n org.chromium.content_shell_apk/.ContentShellActivity \ |
+ -n org.chromium.aura_content_shell_apk/.ContentShellActivity \ |
${optional_url:+-d "$optional_url"} |