-
Notifications
You must be signed in to change notification settings - Fork 6k
Move embedder jar file processing to GN. #33119
Conversation
Recipes currently contain a lot of logic to manipulate jar file names and creating the expected folder structures. This PR moves the logic to process embedder android artifacts to GN. Bug: flutter/flutter#81855
build/android_artifacts.py
Outdated
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
| import shutil | ||
| import os | ||
| import argparse | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
build/android_artifacts.py
Outdated
| import sys | ||
| import shutil | ||
| import os | ||
| import argparse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do these imports need to be sorted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorted.
Recipes currently contain a lot of logic to manipulate jar file names
and creating the expected folder structures. This PR moves the logic to
process embedder android artifacts to GN.
Bug: flutter/flutter#81855
Pre-launch Checklist
writing and running engine tests.
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.