mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
./mach package should respect target argument
This commit is contained in:
parent
4d7d63ea95
commit
0e252a179f
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class PackageCommands(CommandBase):
|
||||||
default=None,
|
default=None,
|
||||||
help='Package using the given Gradle flavor')
|
help='Package using the given Gradle flavor')
|
||||||
def package(self, release=False, dev=False, android=None, debug=False, debugger=None, target=None, flavor=None):
|
def package(self, release=False, dev=False, android=None, debug=False, debugger=None, target=None, flavor=None):
|
||||||
env = self.build_env()
|
env = self.build_env(target=target)
|
||||||
if android is None:
|
if android is None:
|
||||||
android = self.config["build"]["android"]
|
android = self.config["build"]["android"]
|
||||||
if target and android:
|
if target and android:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue