aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devenv_commands.py
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2018-09-28 11:37:38 +0200
committerPaul Rouget <me@paulrouget.com>2018-10-02 08:09:35 +0200
commit6d543dec28f41a9a91302f2a2488a0f08c49853d (patch)
tree5e4be1cdb049da236d4f3bc61aa7ea1ac51e299e /python/servo/devenv_commands.py
parent057acdca2d806508be77e0e84c2a627e8b48fa41 (diff)
downloadservo-6d543dec28f41a9a91302f2a2488a0f08c49853d.tar.gz
servo-6d543dec28f41a9a91302f2a2488a0f08c49853d.zip
com.mozilla to org.mozilla
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r--python/servo/devenv_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py
index a357efa9a96..71181220b76 100644
--- a/python/servo/devenv_commands.py
+++ b/python/servo/devenv_commands.py
@@ -318,7 +318,7 @@ class MachCommands(CommandBase):
ndk_gdb,
"--adb", adb_path,
"--project", "support/android/apk/servoapp/src/main/",
- "--launch", "com.mozilla.servo.MainActivity",
+ "--launch", "org.mozilla.servo.MainActivity",
"-x", f.name,
"--verbose",
], env=env)