-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
Use case
#176860 is currently blocked because it adds a new android embedder dependency (androidx.exifinterface). Before the monorepo, it was expected this change would land and then a follow-up PR would update the lock files (see engine/src/flutter/tools/cipd/android_embedding_bundle/README.md).
However, since it's now a monorepo- the changes need to happen in the same PR. However,the script does not take into account local engine changes so running the script in the same PR does nothing.
Proposal
generate_gradle_lockfiles.dart needs to account for local engine changes when generating lockfiles.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team