Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index a7845f1fd4411bea5686b35d488a4ac2ec0a49e6..ffcf3258f03b34bb6d70a0f1269ae45ea9e5851b 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -12,8 +12,8 @@ CHROME_ACTIVITY = 'com.google.android.apps.chrome.Main' |
CHROME_TESTS_PACKAGE = 'com.google.android.apps.chrome.tests' |
LEGACY_BROWSER_PACKAGE = 'com.google.android.browser' |
LEGACY_BROWSER_ACTIVITY = 'com.android.browser.BrowserActivity' |
-CONTENT_SHELL_PACKAGE = "org.chromium.content_shell" |
-CONTENT_SHELL_ACTIVITY = "org.chromium.content_shell.ContentShellActivity" |
+CONTENT_SHELL_PACKAGE = "org.chromium.content_shell_apk" |
+CONTENT_SHELL_ACTIVITY = "org.chromium.content_shell_apk.ContentShellActivity" |
CHROME_SHELL_PACKAGE = 'org.chromium.chrome.browser.test' |
CHROMIUM_TEST_SHELL_PACKAGE = 'org.chromium.chrome.testshell' |