mirror of
https://github.com/servo/servo.git
synced 2025-06-29 03:23:41 +01:00
Auto merge of #24063 - paulrouget:missingAdb, r=jdm
Download platform-tools even for non-emulator builds `mach install --android` fails because adb is missing. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24063) <!-- Reviewable:end -->
This commit is contained in:
commit
87f328a9a2
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ class MachCommands(CommandBase):
|
|||
]
|
||||
if build:
|
||||
components += [
|
||||
"platform-tools",
|
||||
"platforms;android-18",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue