diff options
-rw-r--r-- | build/android/pylib/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py index 076135a..3d0dfbc 100644 --- a/build/android/pylib/constants.py +++ b/build/android/pylib/constants.py @@ -29,7 +29,7 @@ PACKAGE_INFO = { 'com.google.android.apps.chrome.document.ChromeLauncherActivity', '/data/local/chrome-command-line', 'chrome_devtools_remote', - 'com.google.android.apps.chrome.tests'), + None), 'chrome': PackageInfo( 'com.google.android.apps.chrome', 'com.google.android.apps.chrome.Main', |