aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 2dc335236c3..93a432041df 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -140,13 +140,8 @@ class MachCommands(CommandBase):
)
if self.is_android_build and not no_package:
- flavor = None
- if "googlevr" in self.features:
- flavor = "googlevr"
- elif "oculusvr" in self.features:
- flavor = "oculusvr"
rv = Registrar.dispatch("package", context=self.context, build_type=build_type,
- target=self.cross_compile_target, flavor=flavor)
+ target=self.cross_compile_target, flavor=None)
if rv:
return rv